We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 443ee32 commit 25cb6a9Copy full SHA for 25cb6a9
.config/dotnet-tools.json
@@ -3,7 +3,7 @@
3
"isRoot": true,
4
"tools": {
5
"dotnet-format": {
6
- "version": "5.0.211103",
+ "version": "6.0.235101",
7
"commands": ["dotnet-format"]
8
}
9
nuget.config
@@ -0,0 +1,9 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<configuration>
+ <packageSources>
+ <clear />
+ <add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
+ <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
+ </packageSources>
+ <disabledPackageSources />
+</configuration>
0 commit comments