Skip to content

Commit

Permalink
Drop no longer suported .NETCore 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Oct 31, 2023
1 parent 3d38d67 commit ccff513
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/dotnet-tor/dotnet-tor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<AssemblyName>dotnet-tor</AssemblyName>
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp3.1;net6.0</TargetFrameworks>
<TargetFramework>net6.0</TargetFramework>
<LangVersion>latest</LangVersion>
<PackAsTool>true</PackAsTool>
<PackageId>dotnet-tor</PackageId>
Expand Down
8 changes: 4 additions & 4 deletions src/dotnet-tor/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- include ../../readme.md#content -->
<!-- include https://github.com/devlooped/sponsors/raw/main/footer.md -->

<!-- Exclude from auto-expansion in CI -->
<!-- include ../../readme.md#content -->
<!-- include https://github.com/devlooped/sponsors/raw/main/footer.md -->

<!-- Exclude from auto-expansion in CI -->
<!-- exclude -->

0 comments on commit ccff513

Please sign in to comment.