File tree 2 files changed +11
-5
lines changed
2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ .NET] ( https://github.com/TensionDev/ULIDUtil/actions/workflows/dotnet.yml/badge.svg )] ( https://github.com/TensionDev/ULIDUtil/actions/workflows/dotnet.yml )
4
4
[ ![ 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 )
6
6
7
7
A project to store ULID functions within a library for future use.
8
8
This project references the following documents for implementation.
Original file line number Diff line number Diff line change 10
10
</PropertyGroup >
11
11
12
12
<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 >
17
23
</ItemGroup >
18
24
19
25
<ItemGroup >
You can’t perform that action at this time.
0 commit comments