Skip to content

Commit

Permalink
Update protobufgen target framework
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed May 8, 2020
1 parent 9e9c82e commit b5dc405
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Resources/ProtobufGen/ProtobufGen/ProtobufGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<RollForward>LatestMajor</RollForward>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Resources/ProtobufGen/generate-all.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
param([string[]]$ProtoDir)

$ProtoGenSrc = Join-Path $PSScriptRoot 'ProtobufGen'
$ProtoGenDll = Join-Path $ProtoGenSrc '\bin\Debug\netcoreapp2.1\ProtobufGen.dll'
$ProtoGenDll = Join-Path $ProtoGenSrc '\bin\Debug\ProtobufGen.dll'
$ProtoBase = Join-Path $PSScriptRoot '..\ProtoBufs'
$SK2Base = Join-Path $PSScriptRoot '..\..\SteamKit2\SteamKit2\Base\Generated'

Expand Down

0 comments on commit b5dc405

Please sign in to comment.