diff --git a/Directory.Packages.props b/Directory.Packages.props index 49b2c3728..b9d9333c0 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -13,18 +13,19 @@ + - + - - + + @@ -37,13 +38,12 @@ + - - diff --git a/src/Microsoft.VisualStudio.Threading/Microsoft.VisualStudio.Threading.csproj b/src/Microsoft.VisualStudio.Threading/Microsoft.VisualStudio.Threading.csproj index e92ec77b9..90241afe6 100644 --- a/src/Microsoft.VisualStudio.Threading/Microsoft.VisualStudio.Threading.csproj +++ b/src/Microsoft.VisualStudio.Threading/Microsoft.VisualStudio.Threading.csproj @@ -7,9 +7,6 @@ Threading Async Lock Synchronization Threadsafe true - - - $(NoWarn);MSB3277 $(TargetFrameworks);net6.0-windows @@ -54,7 +51,9 @@ - + diff --git a/test/Microsoft.VisualStudio.Threading.Tests/Microsoft.VisualStudio.Threading.Tests.csproj b/test/Microsoft.VisualStudio.Threading.Tests/Microsoft.VisualStudio.Threading.Tests.csproj index 8191c761a..f1b47eebf 100644 --- a/test/Microsoft.VisualStudio.Threading.Tests/Microsoft.VisualStudio.Threading.Tests.csproj +++ b/test/Microsoft.VisualStudio.Threading.Tests/Microsoft.VisualStudio.Threading.Tests.csproj @@ -8,9 +8,6 @@ true $(DefineConstants);ISOLATED_TEST_SUPPORT - - - $(NoWarn);MSB3277 $(TargetFrameworks);net472;net6.0-windows