diff --git a/Directory.Build.props b/Directory.Build.props index 4bd906a4c8..8147b8c116 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -78,14 +78,15 @@ PackagePath="/" /> - + true true - - $(RepositoryEngineeringDir)CodeAnalysis.ruleset + + + $(WarningsNotAsErrors);NU1901;NU1902;NU1903;NU1904 diff --git a/Directory.Packages.props b/Directory.Packages.props new file mode 100644 index 0000000000..9d52f9fbb1 --- /dev/null +++ b/Directory.Packages.props @@ -0,0 +1,27 @@ + + + + true + true + + $(NoWarn);NU1507 + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/NuGet.config b/NuGet.config index 82ebbbb803..3b099d33a3 100644 --- a/NuGet.config +++ b/NuGet.config @@ -8,11 +8,12 @@ - - - + + + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f214747cd0..29974f58c4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,11 +1,5 @@ - - - https://github.com/dotnet/source-build-externals - 3dc05150cf234f76f6936dcb2853d31a0da1f60e - - https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index 9093662b81..67931e3060 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,11 +12,4 @@ false release - - - 8.0.3 - 8.0.0 - - 17.9.5 - diff --git a/src/Microsoft.Deployment.DotNet.Releases/src/Microsoft.Deployment.DotNet.Releases.csproj b/src/Microsoft.Deployment.DotNet.Releases/src/Microsoft.Deployment.DotNet.Releases.csproj index 927d740660..915b529dbd 100644 --- a/src/Microsoft.Deployment.DotNet.Releases/src/Microsoft.Deployment.DotNet.Releases.csproj +++ b/src/Microsoft.Deployment.DotNet.Releases/src/Microsoft.Deployment.DotNet.Releases.csproj @@ -23,7 +23,7 @@ - + diff --git a/src/clickonce/MageCLI/MageCLI.csproj b/src/clickonce/MageCLI/MageCLI.csproj index d7298fd67a..6427ef5900 100644 --- a/src/clickonce/MageCLI/MageCLI.csproj +++ b/src/clickonce/MageCLI/MageCLI.csproj @@ -31,8 +31,8 @@ - - + +