Skip to content

Commit

Permalink
Use latest MRTK version
Browse files Browse the repository at this point in the history
  • Loading branch information
sescalada committed Oct 23, 2024
1 parent dc5bcda commit 1f8e8ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Nuget metadata -->
<PropertyGroup>
<Version>2023.0.0.0-preview</Version>
<Copyright>Copyright (c) Evergine</Copyright>
<Copyright>Copyright (c) Evergine 2024</Copyright>
<Authors>Evergine Team</Authors>
<Company>Plain Concepts</Company>
<Product>XRV</Product>
Expand All @@ -29,7 +29,7 @@
<ProjectReference Include="$(MSBuildThisFileDirectory)submodules\MRTK\Source\Evergine.MRTK\Evergine.MRTK.csproj" />
</ItemGroup>
<ItemGroup Condition="'$(UseMRTKNuget)'=='true' And '$(ReferenceMRTK)'=='true'">
<PackageReference Include="Evergine.MRTK" Version="2024.6.28.1" />
<PackageReference Include="Evergine.MRTK" Version="2024.10.23.1" />
</ItemGroup>

<!-- Add-ons packaging -->
Expand All @@ -38,7 +38,7 @@
<IsAddOnProject Condition="'$(IsAddOnProject)'==''">false</IsAddOnProject>
</PropertyGroup>
<ItemGroup Condition="'$(IsAddOnProject)'=='true'">
<PackageReference Include="Evergine.Packages.Targets" Version="2024.9.12.184-nightly" />
<PackageReference Include="Evergine.Packages.Targets" Version="2024.10.24.7" />
</ItemGroup>

<!-- Stylecop -->
Expand Down

0 comments on commit 1f8e8ae

Please sign in to comment.