Skip to content

Commit 3093647

Browse files
Update dependencies from maintenance-packages (#7412)
* Feed * Update System.Memory and System.Runtime.CompilerServices.Unsafe * Remove NU1603 suppression out of curiosity. * Update NuGet.config * remove NU1603 and comment too. * Add new package source mapping entry --------- Co-authored-by: Michael Sharp <[email protected]>
1 parent 454e919 commit 3093647

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

NuGet.config

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
</solution>
66
<packageSources>
77
<clear />
8+
<add key="darc-pub-dotnet-maintenance-packages-ab95a1f1" value="https://dnceng.pkgs.visualstudio.com/public/_packaging/darc-pub-dotnet-maintenance-packages-ab95a1f1/nuget/v3/index.json" />
89
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
910
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
1011
<add key="dotnet-libraries" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json" />
@@ -18,6 +19,9 @@
1819
<add key="dotnet9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" />
1920
</packageSources>
2021
<packageSourceMapping>
22+
<packageSource key="darc-pub-dotnet-maintenance-packages-ab95a1f1">
23+
<package pattern="*" />
24+
</packageSource>
2125
<packageSource key="dotnet-public">
2226
<package pattern="*" />
2327
</packageSource>

eng/Versions.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
<SystemConfigurationConfigurationManagerVersion>6.0.1</SystemConfigurationConfigurationManagerVersion>
2727
<SystemFormatsAsn1Version>8.0.1</SystemFormatsAsn1Version>
2828
<SystemIOFileSystemAccessControl>5.0.0</SystemIOFileSystemAccessControl>
29-
<SystemMemoryVersion>4.6.0</SystemMemoryVersion>
29+
<SystemMemoryVersion>4.6.1</SystemMemoryVersion>
3030
<SystemNumericsTensorsVersion>9.0.0</SystemNumericsTensorsVersion>
3131
<SystemReflectionEmitLightweightVersion>4.7.0</SystemReflectionEmitLightweightVersion>
3232
<SystemReflectionEmitVersion>4.3.0</SystemReflectionEmitVersion>
33-
<SystemRuntimeCompilerServicesUnsafeVersion>6.1.0</SystemRuntimeCompilerServicesUnsafeVersion>
33+
<SystemRuntimeCompilerServicesUnsafeVersion>6.1.1</SystemRuntimeCompilerServicesUnsafeVersion>
3434
<SystemSecurityPrincipalWindows>5.0.0</SystemSecurityPrincipalWindows>
3535
<SystemTextEncodingsWebVersion>8.0.0</SystemTextEncodingsWebVersion>
3636
<SystemTextJsonVersion>8.0.5</SystemTextJsonVersion>

test/Microsoft.ML.FSharp.Tests/Microsoft.ML.FSharp.Tests.fsproj

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<!-- NU1604 inclusive lower bound for dependencies.
5-
.NET Framework 4.6.1 includes System.ValueTuple without a version, so we need to ignore the warning here.
6-
Bug in the latest version of VS points to a Version of FSharp.Core that doesn't exist. Temporarily ignoring
7-
NU1603 so it will use the latest version found.-->
8-
<NoWarn>NU1603;NU1604;2003;$(NoWarn)</NoWarn>
4+
<NoWarn>2003;$(NoWarn)</NoWarn>
95
<PublicSign>false</PublicSign>
106
<SourceLink></SourceLink>
117
<PlatformTarget>$(TargetArchitecture)</PlatformTarget>

0 commit comments

Comments
 (0)