File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
GitHubActionsTestLogger.Demo
GitHubActionsTestLogger.Tests Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 5
5
<IsTestProject >false</IsTestProject >
6
6
</PropertyGroup >
7
7
<ItemGroup >
8
- <PackageReference Include =" CSharpier.MsBuild" Version =" 1.0.2 " PrivateAssets =" all" />
9
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.0 " />
8
+ <PackageReference Include =" CSharpier.MsBuild" Version =" 1.0.3 " PrivateAssets =" all" />
9
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1 " />
10
10
<PackageReference Include =" xunit" Version =" 2.9.3" />
11
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.0 " PrivateAssets =" all" />
11
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.1 " PrivateAssets =" all" />
12
12
</ItemGroup >
13
13
<ItemGroup >
14
14
<ProjectReference Include =" ..\GitHubActionsTestLogger\GitHubActionsTestLogger.csproj" />
Original file line number Diff line number Diff line change 7
7
</ItemGroup >
8
8
<ItemGroup >
9
9
<PackageReference Include =" coverlet.collector" Version =" 6.0.4" PrivateAssets =" all" />
10
- <PackageReference Include =" CSharpier.MsBuild" Version =" 1.0.2 " PrivateAssets =" all" />
11
- <PackageReference Include =" FluentAssertions" Version =" 8.3 .0" />
12
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.0 " />
10
+ <PackageReference Include =" CSharpier.MsBuild" Version =" 1.0.3 " PrivateAssets =" all" />
11
+ <PackageReference Include =" FluentAssertions" Version =" 8.4 .0" />
12
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1 " />
13
13
<PackageReference Include =" xunit" Version =" 2.9.3" />
14
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.0 " PrivateAssets =" all" />
14
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.1 " PrivateAssets =" all" />
15
15
</ItemGroup >
16
16
<ItemGroup >
17
17
<ProjectReference Include =" ..\GitHubActionsTestLogger\GitHubActionsTestLogger.csproj" />
Original file line number Diff line number Diff line change 25
25
<None Include =" ../favicon.png" Pack =" true" PackagePath =" " Visible =" false" />
26
26
</ItemGroup >
27
27
<ItemGroup >
28
- <PackageReference Include =" CSharpier.MsBuild" Version =" 1.0.2 " PrivateAssets =" all" />
29
- <PackageReference Include =" Microsoft.TestPlatform.ObjectModel" Version =" 17.14.0 " />
28
+ <PackageReference Include =" CSharpier.MsBuild" Version =" 1.0.3 " PrivateAssets =" all" />
29
+ <PackageReference Include =" Microsoft.TestPlatform.ObjectModel" Version =" 17.14.1 " />
30
30
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" all" />
31
31
<PackageReference Include =" PolyShim" Version =" 1.15.0" PrivateAssets =" all" />
32
32
<PackageReference
33
33
Include =" RazorBlade"
34
- Version =" 0.9 .0"
34
+ Version =" 0.10 .0"
35
35
ExcludeAssets =" compile;runtime"
36
36
PrivateAssets =" all"
37
37
/>
You can’t perform that action at this time.
0 commit comments