Skip to content

Commit 25cb6a9

Browse files
committed
chore: dotnet-format v6.0.235101
1 parent 443ee32 commit 25cb6a9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"dotnet-format": {
6-
"version": "5.0.211103",
6+
"version": "6.0.235101",
77
"commands": ["dotnet-format"]
88
}
99
}

nuget.config

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<clear />
5+
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
6+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
7+
</packageSources>
8+
<disabledPackageSources />
9+
</configuration>

0 commit comments

Comments
 (0)