Watch
2
0
Fork
You've already forked raylib-cs
0

set package version from Directory.Build.props

This commit is contained in:
anggape 2023-07-26 11:00:56 +07:00
commit f8db19ab20
No known key found for this signature in database
GPG key ID: 318EF680D0181D86
5 changed files with 15 additions and 10 deletions

View file

@ -10,6 +10,7 @@
<ApplicationVersion>1</ApplicationVersion>
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
<EmbedAssembliesIntoApk Condition="$(Configuration) == 'Debug'">true</EmbedAssembliesIntoApk>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Raylib-cs" Version="4.5.0.2" />