Skip to content

Commit

Permalink
retarget xunit to netcoreapp3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicGD committed Aug 20, 2020
1 parent 14fe069 commit c014f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sitko.Core.Xunit/Sitko.Core.Xunit.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Nullable>enable</Nullable>
<IsPackable>true</IsPackable>
<LangVersion>latest</LangVersion>
Expand Down

0 comments on commit c014f75

Please sign in to comment.