This commit is contained in:
Virgile Bello 2020-03-04 21:24:19 +01:00
Родитель c64c260509
Коммит b0733a260c
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -1,11 +1,11 @@
<Project>
<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>Xenko.$(AssemblyName)</PackageId>
<PackageId>Stride.$(AssemblyName)</PackageId>
<PackageVersion>2.4.0</PackageVersion>
<Copyright>Copyright www.panthernet.ru © 2018</Copyright>
<Authors>panthernet</Authors>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/xenko3d/GraphX.git</RepositoryUrl>
<RepositoryUrl>https://github.com/stride3d/GraphX.git</RepositoryUrl>
</PropertyGroup>
</Project>

Просмотреть файл

@ -69,6 +69,6 @@
<Compile Include="Measure\Vector.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Xenko.QuickGraph" Version="3.7.0" />
<PackageReference Include="Stride.QuickGraph" Version="3.7.0" />
</ItemGroup>
</Project>