Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
Drop netcoreapp3.1 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
peters committed Aug 27, 2020
1 parent 9617702 commit 6d56068
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/i18n.Core.Abstractions/i18n.Core.Abstractions.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
<TargetFrameworks>net5.0</TargetFrameworks>
<RootNamespace>i18n.Core.Abstractions</RootNamespace>
<AssemblyNamespace>i18n.Core.Abstractions</AssemblyNamespace>
<IsPackable>true</IsPackable>
Expand Down
2 changes: 1 addition & 1 deletion src/i18n.Core/i18n.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
<TargetFrameworks>net5.0</TargetFrameworks>
<RootNamespace>i18n.Core</RootNamespace>
<AssemblyNamespace>i18n.Core</AssemblyNamespace>
<IsPackable>true</IsPackable>
Expand Down
2 changes: 1 addition & 1 deletion src/pot/pot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<OutputType>Exe</OutputType>
<RootNamespace>pot</RootNamespace>
<AssemblyName>pot</AssemblyName>
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
<TargetFrameworks>net5.0</TargetFrameworks>
<IsPackable>true</IsPackable>
<IsTestProject>false</IsTestProject>
<PackAsTool>true</PackAsTool>
Expand Down

0 comments on commit 6d56068

Please sign in to comment.