Skip to content

Commit

Permalink
Merge pull request #85 from mattosaurus/development
Browse files Browse the repository at this point in the history
Add .Net Core 2.2 and 3.1 as target frameworks
  • Loading branch information
mattosaurus authored Aug 12, 2020
2 parents 5432547 + 5b972e9 commit f4b26e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions PgpCore.Tests/PgpCore.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
4 changes: 2 additions & 2 deletions PgpCore/PgpCore.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Description>.NET Standard class library for using PGP</Description>
<TargetFrameworks>netstandard2.1;netcoreapp2.2;netcoreapp3.1</TargetFrameworks>
<Description>.NET Standard and Core class library for using PGP</Description>
<Authors>mattosaurus</Authors>
<Company />
<Product>PgpCore</Product>
Expand Down

0 comments on commit f4b26e3

Please sign in to comment.