Skip to content

Commit 1bbea26

Browse files
committed
Target .NET5 SDK too
Fixes #5
1 parent 93e411d commit 1bbea26

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/dotnet-tor/dotnet-tor.csproj

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
<PropertyGroup>
44
<AssemblyName>tor</AssemblyName>
55
<OutputType>Exe</OutputType>
6-
<TargetFramework>netcoreapp3.1</TargetFramework>
7-
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
8-
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
6+
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
97
<RootNamespace>DotNet</RootNamespace>
108
<LangVersion>latest</LangVersion>
119
<PackageId>dotnet-tor</PackageId>

tor.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@echo off
2-
pushd src\dotnet-tor\bin\Debug
2+
pushd src\dotnet-tor\bin\Debug\net5.0
33
tor %*
44
popd

0 commit comments

Comments
 (0)