Skip to content

Commit

Permalink
🚑 update tools
Browse files Browse the repository at this point in the history
  • Loading branch information
MorganKryze committed Feb 17, 2024
1 parent 6e0b885 commit d7d2359
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
},
"docfx": {
"version": "2.75.1",
"version": "2.75.2",
"commands": [
"docfx"
]
Expand All @@ -21,7 +21,7 @@
]
},
"dotnet-reportgenerator-globaltool": {
"version": "5.2.0",
"version": "5.2.1",
"commands": [
"reportgenerator"
]
Expand Down
Binary file modified example/bin/Release/net8.0/ConsoleAppVisuals.dll
Binary file not shown.
Binary file modified example/bin/Release/net8.0/ConsoleAppVisuals.pdb
Binary file not shown.
Binary file modified example/bin/Release/net8.0/example.dll
Binary file not shown.
Binary file modified example/bin/Release/net8.0/example.pdb
Binary file not shown.
Binary file modified src/ConsoleAppVisuals/bin/Release/net6.0/ConsoleAppVisuals.dll
Binary file not shown.
Binary file modified src/ConsoleAppVisuals/bin/Release/net6.0/ConsoleAppVisuals.pdb
Binary file not shown.
Binary file modified src/ConsoleAppVisuals/bin/Release/net7.0/ConsoleAppVisuals.dll
Binary file not shown.
Binary file modified src/ConsoleAppVisuals/bin/Release/net7.0/ConsoleAppVisuals.pdb
Binary file not shown.
Binary file modified src/ConsoleAppVisuals/bin/Release/net8.0/ConsoleAppVisuals.dll
Binary file not shown.
Binary file modified src/ConsoleAppVisuals/bin/Release/net8.0/ConsoleAppVisuals.pdb
Binary file not shown.
6 changes: 3 additions & 3 deletions testing/testing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.2.0" />
<PackageReference Include="MSTest.TestFramework" Version="3.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.2.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.2.1" />
<PackageReference Include="coverlet.collector" Version="6.0.0" />
</ItemGroup>

Expand Down

0 comments on commit d7d2359

Please sign in to comment.