Skip to content

Commit

Permalink
Updated csproj for persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
grofit committed Mar 24, 2020
1 parent b70f530 commit 270a3b0
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.0.0</Version>
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
<Title>EcsRx.Plugins.Persistence</Title>
<Authors>Grofit (LP)</Authors>
<PackageLicenseUrl>https://github.com/ecsrx/ecsrx/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/ecsrx/ecsrx</PackageProjectUrl>
<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>
<PackageTags>ecs rx reactive patterns ioc game-development xna monogame unity</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 270a3b0

Please sign in to comment.