diff --git a/encompass-cs/encompass-cs.csproj b/encompass-cs/encompass-cs.csproj index 90b197a..9ce475f 100644 --- a/encompass-cs/encompass-cs.csproj +++ b/encompass-cs/encompass-cs.csproj @@ -14,5 +14,6 @@ Evan Hemsley 2019 Encompass is an engine-agnostic Hyper ECS framework to help you code games, or other kinds of simulations. true + EncompassECS.Framework \ No newline at end of file diff --git a/test/test.csproj b/test/test.csproj index 2c6a966..f525fa9 100644 --- a/test/test.csproj +++ b/test/test.csproj @@ -1,8 +1,10 @@  - netcoreapp2.2 + netcoreapp2.1 false + Tests + EncompassECS.Framework.Tests