Skip to content

Commit

Permalink
Merge pull request #69 from TheScripters/net50
Browse files Browse the repository at this point in the history
.net 5.0 build
  • Loading branch information
ahwm authored Nov 19, 2020
2 parents 0b6d07e + 3aedb57 commit f9e3068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cardknox.NET/Cardknox.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp2.1;netcoreapp3.1;netstandard2.0;net45</TargetFrameworks>
<TargetFrameworks>netcoreapp2.1;netcoreapp3.1;netstandard2.0;net45;net50</TargetFrameworks>
<Authors>TheScripters</Authors>
<Company>The Scripters</Company>
<PackageId>Cardknox.API.Wrapper</PackageId>
Expand Down

0 comments on commit f9e3068

Please sign in to comment.