diff --git a/.gitignore b/.gitignore index ac529bb..a41426d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ /EntitySystem/note.txt.meta /*.meta *.meta +/obj +/bin/Release/netstandard2.0 +/bin/Debug/netstandard2.0 diff --git a/Svelto.ECS.csproj b/Svelto.ECS.csproj new file mode 100644 index 0000000..c06df04 --- /dev/null +++ b/Svelto.ECS.csproj @@ -0,0 +1,23 @@ + + + + netstandard2.0 + + + + + + + + + + + + + + + C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.0.0\ref\netcoreapp2.0\System.Reflection.Emit.Lightweight.dll + + + +