Skip to content

Commit 279ddd2

Browse files
committed
Updating csproj
1 parent e3e015f commit 279ddd2

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

src/OpenRpg.Core/OpenRpg.Core.csproj

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@
1010
<Description>An open source set of base components to build RPG games</Description>
1111
<PackageTags>rpg game-development xna monogame unity godot</PackageTags>
1212
<LangVersion>8</LangVersion>
13-
14-
15-
16-
17-
1813
</PropertyGroup>
19-
20-
21-
22-
14+
2315
</Project>

src/OpenRpg.Entities/OpenRpg.Entities.csproj

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4+
<Version>0.0.0</Version>
45
<TargetFramework>netstandard2.1</TargetFramework>
6+
<Title>OpenRpg.Entities</Title>
7+
<Authors>Grofit (LP)</Authors>
8+
<PackageLicenseUrl>https://github.com/openrpg/OpenRpg/blob/master/LICENSE</PackageLicenseUrl>
9+
<PackageProjectUrl>https://github.com/openrpg/OpenRpg</PackageProjectUrl>
10+
<Description>An open source set of base components to build RPG games</Description>
11+
<PackageTags>rpg game-development xna monogame unity godot</PackageTags>
12+
<LangVersion>8</LangVersion>
513
</PropertyGroup>
6-
14+
715
<ItemGroup>
816
<ProjectReference Include="..\OpenRpg.Core\OpenRpg.Core.csproj" />
917
<ProjectReference Include="..\OpenRpg.CurveFunctions\OpenRpg.CurveFunctions.csproj" />

0 commit comments

Comments
 (0)