File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
src/BenchmarksApps/TechEmpower/Minimal Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
<LangVersion >latest</LangVersion >
8
8
<UserSecretsId >38063504-d08c-495a-89c9-daaad2f60f31</UserSecretsId >
9
- <RestoreAdditionalProjectSources >
10
- https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing/nuget/v3/index.json
11
- </RestoreAdditionalProjectSources >
12
9
<Features >$(Features);utf8-string-encoding</Features >
13
10
</PropertyGroup >
14
11
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <configuration >
3
+ <packageSources >
4
+ <!-- To inherit the global NuGet package sources remove the <clear/> line below -->
5
+ <clear />
6
+ <add key =" general-testing" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing/nuget/v3/index.json" />
7
+ </packageSources >
8
+ </configuration >
You can’t perform that action at this time.
0 commit comments