Skip to content

Commit

Permalink
Target .NET5 SDK too
Browse files Browse the repository at this point in the history
Fixes #5
  • Loading branch information
kzu committed May 19, 2021
1 parent 93e411d commit 1bbea26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/dotnet-tor/dotnet-tor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
<PropertyGroup>
<AssemblyName>tor</AssemblyName>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
<RootNamespace>DotNet</RootNamespace>
<LangVersion>latest</LangVersion>
<PackageId>dotnet-tor</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion tor.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@echo off
pushd src\dotnet-tor\bin\Debug
pushd src\dotnet-tor\bin\Debug\net5.0
tor %*
popd

0 comments on commit 1bbea26

Please sign in to comment.