File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <configuration >
3+ <solution >
4+ <add key =" disableSourceControlIntegration" value =" true" />
5+ </solution >
6+ <packageSources >
7+ <clear />
8+ <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
9+ <add key =" dotnet-tools" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
10+ <add key =" dotnet-eng" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
11+ <add key =" vs-buildservices" value =" https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-buildservices/nuget/v3/index.json" />
12+ <add key =" dotnet-core" value =" https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
13+ <add key =" myget-core" value =" https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
14+ <add key =" myget-roslyn" value =" https://dotnet.myget.org/F/roslyn-analyzers/api/v3/index.json" />
15+ <add key =" mlnet-daily" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/MachineLearning/nuget/v3/index.json" />
16+ <add key =" mlnet-testdata" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/machinelearning-testdata/nuget/v3/index.json" />
17+ <add key =" local-dev" value =" ..\arcade\artifacts\packages\Debug\NonShipping" />
18+ </packageSources >
19+ <disabledPackageSources >
20+ <clear />
21+ </disabledPackageSources >
22+ </configuration >
Original file line number Diff line number Diff line change 1+ {
2+ "tools" : {
3+ "dotnet" : " 5.0.100-rc.1.20452.10"
4+ },
5+ "msbuild-sdks" : {
6+ "Microsoft.DotNet.Arcade.Sdk" : " 5.0.0-dev" ,
7+ "Microsoft.DotNet.Helix.Sdk" : " 5.0.0-beta.20461.7" ,
8+ "Microsoft.Build.Traversal" : " 2.1.1" ,
9+ "Microsoft.SourceLink.GitHub" : " 1.1.0-beta-20206-02" ,
10+ "Microsoft.SourceLink.Common" : " 1.1.0-beta-20206-02"
11+ }
12+ }
You can’t perform that action at this time.
0 commit comments