File tree Expand file tree Collapse file tree 4 files changed +8
-10
lines changed
Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 55# All files
66[* ]
77indent_style = space
8+ # Project files
9+ [* .csproj ]
10+ indent_size = 2
11+ charset = utf-8
812# Code files
913[* .{cs,csx,vb,vbx} ]
1014indent_size = 4
1115insert_final_newline = true
1216charset = utf-8
1317# ##############################
14- # Project files (.csproj) #
15- # ##############################
16- [* .csproj ]
17- indent_size = 2
18- charset = utf-8
19- # ##############################
2018# .NET Coding Conventions #
2119# ##############################
2220[* .{cs,vb} ]
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v5
1717 name : Checkout
18- - uses : actions/setup-dotnet@v4
18+ - uses : actions/setup-dotnet@v5
1919 with :
2020 dotnet-version : ' 8.0'
2121 - run : dotnet test
Original file line number Diff line number Diff line change 1515 <PackageVersion Include =" MinVer" Version =" 6.0.0" />
1616
1717 <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1" />
18- <PackageVersion Include =" xunit.v3" Version =" 3.0.0 " />
19- <PackageVersion Include =" xunit.runner.visualstudio" Version =" 3.1.3 " />
18+ <PackageVersion Include =" xunit.v3" Version =" 3.0.1 " />
19+ <PackageVersion Include =" xunit.runner.visualstudio" Version =" 3.1.4 " />
2020 </ItemGroup >
2121</Project >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
You can’t perform that action at this time.
0 commit comments