Skip to content

Commit 857f66c

Browse files
committed
updated services proj with nowarn
1 parent 657b111 commit 857f66c

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

Microsoft.Toolkit.Services/Microsoft.Toolkit.Services.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
<!-- This is a temporary workaround for https://github.com/dotnet/sdk/issues/955 -->
1010
<DebugType>Full</DebugType>
11+
<NoWarn>CS8002</NoWarn>
1112
</PropertyGroup>
1213

1314
<PropertyGroup Condition="'$(TargetFramework)' == 'uap10.0'">

Microsoft.Toolkit.Uwp.UI.Animations/Microsoft.Toolkit.Uwp.UI.Animations.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
<PackageTags>UWP Toolkit Windows Animations Composition</PackageTags>
88
</PropertyGroup>
99

10-
<PropertyGroup>
11-
<NoWarn>CS8002</NoWarn>
12-
</PropertyGroup>
13-
1410
<ItemGroup>
1511
<PackageReference Include="System.ValueTuple" Version="4.4.0" />
1612
<PackageReference Include="Win2D.uwp" Version="1.21.0" />

Microsoft.Toolkit.Uwp.UI.Controls/Microsoft.Toolkit.Uwp.UI.Controls.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
<PackageTags>UWP Toolkit Windows Controls XAML Hamburger Range WrapPanel Adaptive Markdown</PackageTags>
88
</PropertyGroup>
99

10-
<PropertyGroup>
11-
<NoWarn>CS8002</NoWarn>
12-
</PropertyGroup>
13-
1410
<ItemGroup>
1511

1612
<PackageReference Include="ColorCode.UWP" Version="2.0.5" />

0 commit comments

Comments
 (0)