Skip to content

Commit f28400f

Browse files
authored
Temporarily remove TreatWarningsAsErrors to unblock build (#809)
1 parent a2b8567 commit f28400f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

samples/MusicStore/MusicStore.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks>
88
<DefineConstants>$(DefineConstants);DEMO</DefineConstants>
99
<MvcRazorCompileOnPublish>true</MvcRazorCompileOnPublish>
10-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1110
<RuntimeIdentifiers Condition="'$(MUSICSTORE_ASPNETCORE_STORE_FEED)' == ''">win7-x86;win7-x64;linux-x64;osx-x64</RuntimeIdentifiers>
1211
</PropertyGroup>
1312

test/MusicStore.E2ETests/MusicStore.E2ETests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<PropertyGroup>
66
<TargetFramework>netcoreapp2.0</TargetFramework>
77
<UserSecretsId>MusicStore.E2ETests</UserSecretsId>
8-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
98
<ServerGarbageCollection>true</ServerGarbageCollection>
109
<WarningsNotAsErrors>$(WarningsNotAsErrors);xUnit1004</WarningsNotAsErrors>
1110
</PropertyGroup>

0 commit comments

Comments
 (0)