File tree 3 files changed +7
-7
lines changed
test/Microsoft.ML.FSharp.Tests
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
</solution >
6
6
<packageSources >
7
7
<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" />
8
9
<add key =" dotnet-public" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
9
10
<add key =" dotnet-tools" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
10
11
<add key =" dotnet-libraries" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json" />
18
19
<add key =" dotnet9" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" />
19
20
</packageSources >
20
21
<packageSourceMapping >
22
+ <packageSource key =" darc-pub-dotnet-maintenance-packages-ab95a1f1" >
23
+ <package pattern =" *" />
24
+ </packageSource >
21
25
<packageSource key =" dotnet-public" >
22
26
<package pattern =" *" />
23
27
</packageSource >
Original file line number Diff line number Diff line change 26
26
<SystemConfigurationConfigurationManagerVersion >6.0.1</SystemConfigurationConfigurationManagerVersion >
27
27
<SystemFormatsAsn1Version >8.0.1</SystemFormatsAsn1Version >
28
28
<SystemIOFileSystemAccessControl >5.0.0</SystemIOFileSystemAccessControl >
29
- <SystemMemoryVersion >4.6.0 </SystemMemoryVersion >
29
+ <SystemMemoryVersion >4.6.1 </SystemMemoryVersion >
30
30
<SystemNumericsTensorsVersion >9.0.0</SystemNumericsTensorsVersion >
31
31
<SystemReflectionEmitLightweightVersion >4.7.0</SystemReflectionEmitLightweightVersion >
32
32
<SystemReflectionEmitVersion >4.3.0</SystemReflectionEmitVersion >
33
- <SystemRuntimeCompilerServicesUnsafeVersion >6.1.0 </SystemRuntimeCompilerServicesUnsafeVersion >
33
+ <SystemRuntimeCompilerServicesUnsafeVersion >6.1.1 </SystemRuntimeCompilerServicesUnsafeVersion >
34
34
<SystemSecurityPrincipalWindows >5.0.0</SystemSecurityPrincipalWindows >
35
35
<SystemTextEncodingsWebVersion >8.0.0</SystemTextEncodingsWebVersion >
36
36
<SystemTextJsonVersion >8.0.5</SystemTextJsonVersion >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<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 >
9
5
<PublicSign >false</PublicSign >
10
6
<SourceLink ></SourceLink >
11
7
<PlatformTarget >$(TargetArchitecture)</PlatformTarget >
You can’t perform that action at this time.
0 commit comments