File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
test/Microsoft.ML.FSharp.Tests Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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" />
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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments