Skip to content

Commit 857a82e

Browse files
committed
Update AssemblyMetadata.Generators.Tests.csproj
1 parent 681feda commit 857a82e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/AssemblyMetadata.Generators.Tests/AssemblyMetadata.Generators.Tests.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PropertyGroup Label="Package">
1515
<Description>
1616
Source generator for project and assembly information
17-
as constants in the global &quot;AssemblyMetadata&quot; class
17+
as constants in the global "AssemblyMetadata" class
1818
</Description>
1919
<Copyright>Copyright © $([System.DateTime]::Now.ToString(yyyy)) LoreSoft</Copyright>
2020
<Authors>LoreSoft</Authors>
@@ -31,14 +31,14 @@
3131
</PropertyGroup>
3232

3333
<ItemGroup>
34-
<PackageReference Include="coverlet.collector" Version="3.2.0">
34+
<PackageReference Include="coverlet.collector" Version="6.0.0">
3535
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3636
<PrivateAssets>all</PrivateAssets>
3737
</PackageReference>
38-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
38+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.0" />
3939
<PackageReference Include="MinVer" Version="4.3.0" PrivateAssets="All" />
40-
<PackageReference Include="xunit" Version="2.4.2" />
41-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
40+
<PackageReference Include="xunit" Version="2.5.0" />
41+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
4242
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4343
<PrivateAssets>all</PrivateAssets>
4444
</PackageReference>

0 commit comments

Comments
 (0)