Skip to content

Commit f3ba845

Browse files
committed
Update package references
Updated `AssetRipper.Text.SourceGeneration` to version `1.2.2` in `AssetRipper.TextureDecoder.TestGenerator` and `AssetRipper.TextureDecoder.ColorGenerator`. In `AssetRipper.TextureDecoder.Tests.csproj`, the following packages were updated: - `Microsoft.NET.Test.Sdk` from `17.10.0` to `17.13.0` - `NUnit` from `4.1.0` to `4.3.2` - `NUnit3TestAdapter` from `4.6.0` to `5.0.0` - `coverlet.collector` from `6.0.2` to `6.0.4`
1 parent 7cee390 commit f3ba845

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

AssetRipper.TextureDecoder.ColorGenerator/AssetRipper.TextureDecoder.ColorGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="AssetRipper.Text.SourceGeneration" Version="1.1.0" />
8+
<PackageReference Include="AssetRipper.Text.SourceGeneration" Version="1.2.2" />
99
</ItemGroup>
1010

1111
<ItemGroup>

AssetRipper.TextureDecoder.TestGenerator/AssetRipper.TextureDecoder.TestGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="AssetRipper.Text.SourceGeneration" Version="1.1.0" />
14+
<PackageReference Include="AssetRipper.Text.SourceGeneration" Version="1.2.2" />
1515
</ItemGroup>
1616

1717
</Project>

AssetRipper.TextureDecoder.Tests/AssetRipper.TextureDecoder.Tests.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
9-
<PackageReference Include="NUnit" Version="4.1.0" />
10-
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
11-
<PackageReference Include="NUnit.Analyzers" Version="4.4.0">
8+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
9+
<PackageReference Include="NUnit" Version="4.3.2" />
10+
<PackageReference Include="NUnit3TestAdapter" Version="5.0.0" />
11+
<PackageReference Include="NUnit.Analyzers" Version="4.6.0">
1212
<PrivateAssets>all</PrivateAssets>
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
</PackageReference>
15-
<PackageReference Include="coverlet.collector" Version="6.0.2">
15+
<PackageReference Include="coverlet.collector" Version="6.0.4">
1616
<PrivateAssets>all</PrivateAssets>
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
</PackageReference>

0 commit comments

Comments
 (0)