From b5dc4051ef52325829d630fa67601f893f161211 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Thu, 12 Mar 2020 12:42:07 +0200 Subject: [PATCH] Update protobufgen target framework --- Resources/ProtobufGen/ProtobufGen/ProtobufGen.csproj | 4 +++- Resources/ProtobufGen/generate-all.ps1 | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Resources/ProtobufGen/ProtobufGen/ProtobufGen.csproj b/Resources/ProtobufGen/ProtobufGen/ProtobufGen.csproj index ad662dd26..4d2edcdf5 100644 --- a/Resources/ProtobufGen/ProtobufGen/ProtobufGen.csproj +++ b/Resources/ProtobufGen/ProtobufGen/ProtobufGen.csproj @@ -2,7 +2,9 @@ Exe - netcoreapp2.1 + netcoreapp3.1 + LatestMajor + false diff --git a/Resources/ProtobufGen/generate-all.ps1 b/Resources/ProtobufGen/generate-all.ps1 index 2986ded6e..daa8b1b96 100644 --- a/Resources/ProtobufGen/generate-all.ps1 +++ b/Resources/ProtobufGen/generate-all.ps1 @@ -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'