We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e411d commit 1bbea26Copy full SHA for 1bbea26
src/dotnet-tor/dotnet-tor.csproj
@@ -3,9 +3,7 @@
3
<PropertyGroup>
4
<AssemblyName>tor</AssemblyName>
5
<OutputType>Exe</OutputType>
6
- <TargetFramework>netcoreapp3.1</TargetFramework>
7
- <AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
8
- <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
+ <TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
9
<RootNamespace>DotNet</RootNamespace>
10
<LangVersion>latest</LangVersion>
11
<PackageId>dotnet-tor</PackageId>
tor.cmd
@@ -1,4 +1,4 @@
1
@echo off
2
-pushd src\dotnet-tor\bin\Debug
+pushd src\dotnet-tor\bin\Debug\net5.0
tor %*
popd
0 commit comments