Skip to content

Commit 6581c3b

Browse files
committed
Fix dotnet-format version
1 parent a5a1524 commit 6581c3b

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-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.1.250801",
6+
"version": "8.3.546805",
77
"commands": [
88
"dotnet-format"
99
],

Dfe.Analytics.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1717
Directory.Build.props = Directory.Build.props
1818
CHANGELOG.md = CHANGELOG.md
1919
README.md = README.md
20+
nuget.config = nuget.config
2021
EndProjectSection
2122
EndProject
2223
Global

nuget.config

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

0 commit comments

Comments
 (0)