Skip to content

Commit 4566597

Browse files
weshaggardheaths
andauthored
Update Microsoft.NETFramework.ReferenceAssemblies to latest version (Azure#23377)
* Update Microsoft.NETFramework.ReferenceAssemblies to latest version Recent agent updated version of VS which might have broken some targeting packs so testing to see if updating to the latest version helps. * Update Directory.Build.Common.props * Resolve PR feedback I want to merge this and rebase on it for my PR that is currently blocked. Co-authored-by: Heath Stewart <[email protected]>
1 parent 5ca981c commit 4566597

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

eng/Directory.Build.Common.props

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@
5050
CA2000; <!-- Call dispose on IDisposable objects -->
5151
CA2012; <!-- ValueTask should only be awaited once - conflicts with EnsureCompleted check -->
5252
</NoWarn>
53+
<!--
54+
Disable some MSBuild warnings
55+
-->
56+
<NoWarn>
57+
$(NoWarn);
58+
MSB3245; <!-- Do not warn if a package reference is unavailable -->
59+
</NoWarn>
5360

5461
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
5562
<EmbedUntrackedSources>true</EmbedUntrackedSources>

eng/Packages.Data.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
<PackageReference Update="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="3.3.2" PrivateAssets="All" />
145145
<PackageReference Update="Microsoft.DotNet.ApiCompat" Version="5.0.0-beta.20467.1" PrivateAssets="All" />
146146
<PackageReference Update="Microsoft.DotNet.GenAPI" Version="5.0.0-beta.19552.1" PrivateAssets="All" />
147-
<PackageReference Update="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
147+
<PackageReference Update="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
148148
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
149149
<PackageReference Update="SauceControl.InheritDoc" Version="1.2.0" PrivateAssets="All" />
150150
<PackageReference Update="StyleCop.Analyzers" Version="1.2.0-beta.333" PrivateAssets="All" />

0 commit comments

Comments
 (0)