Skip to content

Commit 40da7cb

Browse files
committed
Fixed CodeQL Status Badge.
Changed NuGet versions for Unit Test.
1 parent 83886b6 commit 40da7cb

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![.NET](https://github.com/TensionDev/ULIDUtil/actions/workflows/dotnet.yml/badge.svg)](https://github.com/TensionDev/ULIDUtil/actions/workflows/dotnet.yml)
44
[![Package Release](https://github.com/TensionDev/ULIDUtil/actions/workflows/package-release.yml/badge.svg)](https://github.com/TensionDev/ULIDUtil/actions/workflows/package-release.yml)
5-
[![CodeQL](https://github.com/TensionDev/ULIDUtil/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/TensionDev/ULIDUtil/actions/workflows/codeql-analysis.yml)
5+
[![CodeQL](https://github.com/TensionDev/ULIDUtil/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/TensionDev/ULIDUtil/actions/workflows/github-code-scanning/codeql)
66

77
A project to store ULID functions within a library for future use.
88
This project references the following documents for implementation.

XUnitTestProjectULID/XUnitTestProjectULID.csproj

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,16 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="coverlet.collector" Version="6.0.0" />
14-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
15-
<PackageReference Include="xunit" Version="2.5.3" />
16-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3" />
13+
<PackageReference Include="coverlet.collector" Version="6.0.2">
14+
<PrivateAssets>all</PrivateAssets>
15+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
16+
</PackageReference>
17+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
18+
<PackageReference Include="xunit" Version="2.9.2" />
19+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
20+
<PrivateAssets>all</PrivateAssets>
21+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
22+
</PackageReference>
1723
</ItemGroup>
1824

1925
<ItemGroup>

0 commit comments

Comments
 (0)