Skip to content

Commit

Permalink
Removed support for .NET Core 3.1 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
asimmon authored Jan 11, 2023
1 parent 8762d29 commit 4f7e41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GSoft.Extensions.Xunit/GSoft.Extensions.Xunit.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462;netcoreapp3.1;net6.0</TargetFrameworks>
<TargetFrameworks>net462;net6.0</TargetFrameworks>
<IsPackable>True</IsPackable>
<IncludeSymbols>True</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down

0 comments on commit 4f7e41d

Please sign in to comment.