Skip to content

Commit

Permalink
Merge branch 'main' into samples
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonGraal committed Sep 9, 2024
2 parents ca9ddf8 + 5481c90 commit 23b0120
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
18 changes: 6 additions & 12 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,19 @@
"isRoot": true,
"tools": {
"dotnet-coverage": {
"version": "17.12.2",
"commands": [
"dotnet-coverage"
],
"version": "17.12.3",
"commands": ["dotnet-coverage"],
"rollForward": false
},
"dotnet-reportgenerator-globaltool": {
"version": "5.3.8",
"commands": [
"reportgenerator"
],
"version": "5.3.9",
"commands": ["reportgenerator"],
"rollForward": false
},
"livereloadserver": {
"version": "1.4.0",
"commands": [
"LiveReloadServer"
],
"commands": ["LiveReloadServer"],
"rollForward": false
}
}
}
}
2 changes: 1 addition & 1 deletion test/Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
</ItemGroup>

<ItemGroup Condition="$(IsTestProject) == true">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="Fluid.Core" Version="2.11.1" />
<PackageReference Include="MartinCostello.Logging.XUnit" Version="0.4.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="Verify.Xunit" Version="26.3.1" />
<PackageReference Include="Verify.Xunit" Version="26.4.2" />
<PackageReference Include="Xunit.DependencyInjection" Version="9.3.1" />
<PackageReference Include="Xunit.DependencyInjection.Logging" Version="9.0.0" />
<PackageReference Include="Xunit.DependencyInjection.SkippableFact" Version="9.0.0" />
Expand Down

0 comments on commit 23b0120

Please sign in to comment.