Skip to content

Commit 538f615

Browse files
committed
Try that again
1 parent 221795f commit 538f615

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/plugin-mod-legacy/PluginModLegacy/plugin-mod-legacy.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<TargetFrameworkProfile />
1414
<NuGetPackageImportStamp>
1515
</NuGetPackageImportStamp>
16-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
16+
<MSBuildTreatWarningsAsErrors>true</MSBuildTreatWarningsAsErrors>
1717
</PropertyGroup>
1818
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1919
<DebugSymbols>true</DebugSymbols>

tests/plugin-mod-nuget/plugin-mod-nuget.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup>
55
<KSPBuildToolsVersion Condition = " '$(KSPBuildToolsVersion)' == ''">*-*</KSPBuildToolsVersion>
66
<RootNamespace>plugin-mod</RootNamespace>
7-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
7+
<MSBuildTreatWarningsAsErrors>true</MSBuildTreatWarningsAsErrors>
88
</PropertyGroup>
99

1010
<ItemGroup>

tests/plugin-mod/plugin-mod.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<AssemblyCopyright>2024 KSPModdingLibs Contributors</AssemblyCopyright>
2323
<AssemblyName>PluginMod</AssemblyName>
2424
<KSPBT_ModRoot>$(MSBuildThisFileDirectory)/GameData/$(MSBuildProjectName)</KSPBT_ModRoot>
25-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
25+
<MSBuildTreatWarningsAsErrors>true</MSBuildTreatWarningsAsErrors>
2626
</PropertyGroup>
2727

2828
<!-- DLL Dependencies-->

0 commit comments

Comments
 (0)