Skip to content

Commit

Permalink
Remove RollForward from csproj to match global.json
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Feb 3, 2025
1 parent 2c2717b commit ad531d9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Resources/ProtobufGen/ProtobufGen/ProtobufGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RollForward>LatestMajor</RollForward>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<ApplicationIcon>..\..\Misc\steamkit.ico</ApplicationIcon>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion Resources/SteamLanguageParser/SteamLanguageParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RollForward>LatestMajor</RollForward>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<ApplicationIcon>..\Misc\steamkit.ico</ApplicationIcon>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion SteamKit2/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<RollForward>LatestMajor</RollForward>
<SignAssembly>true</SignAssembly>
<IsTestProject>true</IsTestProject>
<OutputType>Exe</OutputType>
Expand Down

0 comments on commit ad531d9

Please sign in to comment.