Skip to content

Commit ad531d9

Browse files
committed
Remove RollForward from csproj to match global.json
1 parent 2c2717b commit ad531d9

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Resources/ProtobufGen/ProtobufGen/ProtobufGen.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net8.0</TargetFramework>
6-
<RollForward>LatestMajor</RollForward>
76
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
87
<ApplicationIcon>..\..\Misc\steamkit.ico</ApplicationIcon>
98
</PropertyGroup>

Resources/SteamLanguageParser/SteamLanguageParser.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net8.0</TargetFramework>
6-
<RollForward>LatestMajor</RollForward>
76
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
87
<ApplicationIcon>..\Misc\steamkit.ico</ApplicationIcon>
98
</PropertyGroup>

SteamKit2/Tests/Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5-
<RollForward>LatestMajor</RollForward>
65
<SignAssembly>true</SignAssembly>
76
<IsTestProject>true</IsTestProject>
87
<OutputType>Exe</OutputType>

0 commit comments

Comments
 (0)