Skip to content

Commit 270a3b0

Browse files
committed
Updated csproj for persistence
1 parent b70f530 commit 270a3b0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/EcsRx.Plugins.Persistence/EcsRx.Plugins.Persistence.csproj

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

33
<PropertyGroup>
4-
<TargetFramework>netstandard2.0</TargetFramework>
4+
<Version>0.0.0</Version>
5+
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
6+
<Title>EcsRx.Plugins.Persistence</Title>
7+
<Authors>Grofit (LP)</Authors>
8+
<PackageLicenseUrl>https://github.com/ecsrx/ecsrx/blob/master/LICENSE</PackageLicenseUrl>
9+
<PackageProjectUrl>https://github.com/ecsrx/ecsrx</PackageProjectUrl>
10+
<Description>A suite of persistence related features and helpers to allow you to make complex data pipelines, as well as saving/loading entity databases</Description>
11+
<PackageTags>ecs rx reactive patterns ioc game-development xna monogame unity</PackageTags>
512
</PropertyGroup>
613

714
<ItemGroup>

0 commit comments

Comments
 (0)