mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
Updated the `AssetRipper.IO.Endian` package from version `2.0.1` to `2.0.2` in both the `AssetRipper.IO.Files.SourceGenerator.csproj` and `AssetRipper.IO.Files.csproj` files.
15 lines
514 B
XML
15 lines
514 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<OutputPath>..\0Bins\Other\AssetRipper.IO.Files.SourceGenerator\$(Configuration)\</OutputPath>
|
|
<IntermediateOutputPath>..\0Bins\obj\AssetRipper.IO.Files.SourceGenerator\$(Configuration)\</IntermediateOutputPath>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="AssetRipper.IO.Endian" Version="2.0.2" />
|
|
<PackageReference Include="AssetRipper.Text.SourceGeneration" Version="1.2.2" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|