Skip to content

Commit

Permalink
update to support .NET core version
Browse files Browse the repository at this point in the history
  • Loading branch information
JDziurlaj committed Dec 18, 2019
1 parent 810a39a commit c5b8692
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CdfTools.Tests/CdfTools.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<IsPackable>false</IsPackable>
<RuntimeFrameworkVersion>2.1.0</RuntimeFrameworkVersion>
<RuntimeFrameworkVersion>3.1.0</RuntimeFrameworkVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
5 changes: 2 additions & 3 deletions CdfTools/CdfTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<RuntimeFrameworkVersion>2.1.0</RuntimeFrameworkVersion>
<RuntimeFrameworkVersion>3.1.0</RuntimeFrameworkVersion>
<StartupObject>CdfTools.Program</StartupObject>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<SignAssembly>false</SignAssembly>
<AssemblyVersion>1.0.*</AssemblyVersion>
Expand All @@ -14,7 +14,6 @@
<Authors>John Dziurlaj</Authors>
<RepositoryUrl>https://github.com/HiltonRoscoe/CdfTools</RepositoryUrl>
<PackageLicenseUrl></PackageLicenseUrl>
<PackageType>DotNetCliTool</PackageType>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
</PropertyGroup>
Expand Down

0 comments on commit c5b8692

Please sign in to comment.