Skip to content

Commit ccff513

Browse files
committed
Drop no longer suported .NETCore 3.1
1 parent 3d38d67 commit ccff513

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/dotnet-tor/dotnet-tor.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<AssemblyName>dotnet-tor</AssemblyName>
55
<OutputType>Exe</OutputType>
6-
<TargetFrameworks>netcoreapp3.1;net6.0</TargetFrameworks>
6+
<TargetFramework>net6.0</TargetFramework>
77
<LangVersion>latest</LangVersion>
88
<PackAsTool>true</PackAsTool>
99
<PackageId>dotnet-tor</PackageId>

src/dotnet-tor/readme.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<!-- include ../../readme.md#content -->
2-
<!-- include https://github.com/devlooped/sponsors/raw/main/footer.md -->
3-
4-
<!-- Exclude from auto-expansion in CI -->
1+
<!-- include ../../readme.md#content -->
2+
<!-- include https://github.com/devlooped/sponsors/raw/main/footer.md -->
3+
4+
<!-- Exclude from auto-expansion in CI -->
55
<!-- exclude -->

0 commit comments

Comments
 (0)