mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-15 15:09:29 +00:00
Moved props from targets file
This commit is contained in:
@@ -5,10 +5,26 @@
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<SolutionDirectory>$(MSBuildThisFileDirectory)</SolutionDirectory>
|
||||
<ArtifactsPath>$(SolutionDirectory).artifacts/$(ProjectCategory)</ArtifactsPath>
|
||||
<NoWarn>MSB4011</NoWarn>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<Version>3.9.0</Version>
|
||||
<Authors>craftworkgames and contributors</Authors>
|
||||
<PackageProjectUrl>https://github.com/craftworkgames/MonoGame.Extended</PackageProjectUrl>
|
||||
<RepositoryUrl>https://github.com/craftworkgames/MonoGame.Extended</RepositoryUrl>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<RepositoryBranch>develop</RepositoryBranch>
|
||||
<NeutralLanguage>en</NeutralLanguage>
|
||||
<PackageIcon>logo-nuget-128.png</PackageIcon>
|
||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<!-- path must be relative to the individual csproj's not this .targets file -->
|
||||
<None Include="../../Logos/logo-nuget-128.png" Pack="true" PackagePath="" />
|
||||
<None Include="../../README.md" Pack="true" PackagePath="" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user