Skip to content

Commit

Permalink
Move Stride version into Directory.Build.props
Browse files Browse the repository at this point in the history
  • Loading branch information
rds1983 committed Oct 26, 2023
1 parent ee76673 commit cb0b03d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
<RootNamespace>Myra</RootNamespace>
<Description>UI Library for MonoGame, FNA and Stride</Description>
<VersionPrefix>1.5.1</VersionPrefix>
<XNAssetsVersion>0.6.8</XNAssetsVersion>
<FontStashSharpVersion>1.3.0</FontStashSharpVersion>
<XNAssetsVersion>0.7.0</XNAssetsVersion>
<FontStashSharpVersion>1.3.2</FontStashSharpVersion>
<LangVersion>8.0</LangVersion>
<InfoLundinMathVersion>1.2.6</InfoLundinMathVersion>
<MonoGameVersion>3.8.1.303</MonoGameVersion>
<StrideVersion>4.1.0.1728</StrideVersion>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
<OutputPath>bin\Stride\$(Configuration)</OutputPath>
<DefineConstants>$(DefineConstants);STRIDE</DefineConstants>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Stride.Engine" Version="4.1.0.1948" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Myra\Myra.Stride.csproj" />
</ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/Myra/Myra.Stride.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Stride.Engine" Version="$(StrideVersion)" />
<PackageReference Include="XNAssets.Stride" Version="$(XNAssetsVersion)" />
<PackageReference Include="FontStashSharp.Stride" Version="$(FontStashSharpVersion)" />
<PackageReference Include="info.lundin.math.dll" Version="$(InfoLundinMathVersion)" />
Expand Down

0 comments on commit cb0b03d

Please sign in to comment.