From ad531d957e124038b4b056d56b3fd581d336f5fe Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Mon, 3 Feb 2025 10:47:19 +0200 Subject: [PATCH] Remove RollForward from csproj to match global.json --- Resources/ProtobufGen/ProtobufGen/ProtobufGen.csproj | 1 - Resources/SteamLanguageParser/SteamLanguageParser.csproj | 1 - SteamKit2/Tests/Tests.csproj | 1 - 3 files changed, 3 deletions(-) diff --git a/Resources/ProtobufGen/ProtobufGen/ProtobufGen.csproj b/Resources/ProtobufGen/ProtobufGen/ProtobufGen.csproj index f25eeb723..7b4ecd673 100644 --- a/Resources/ProtobufGen/ProtobufGen/ProtobufGen.csproj +++ b/Resources/ProtobufGen/ProtobufGen/ProtobufGen.csproj @@ -3,7 +3,6 @@ Exe net8.0 - LatestMajor false ..\..\Misc\steamkit.ico diff --git a/Resources/SteamLanguageParser/SteamLanguageParser.csproj b/Resources/SteamLanguageParser/SteamLanguageParser.csproj index 243262af3..61f4bd03e 100644 --- a/Resources/SteamLanguageParser/SteamLanguageParser.csproj +++ b/Resources/SteamLanguageParser/SteamLanguageParser.csproj @@ -3,7 +3,6 @@ Exe net8.0 - LatestMajor false ..\Misc\steamkit.ico diff --git a/SteamKit2/Tests/Tests.csproj b/SteamKit2/Tests/Tests.csproj index 1cc2d0e53..bd7d2e530 100644 --- a/SteamKit2/Tests/Tests.csproj +++ b/SteamKit2/Tests/Tests.csproj @@ -2,7 +2,6 @@ net8.0 - LatestMajor true true Exe