Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Commit

Permalink
Try to fix it...
Browse files Browse the repository at this point in the history
  • Loading branch information
lithiumtoast committed Aug 7, 2023
1 parent ba4ae55 commit 2c5feac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,5 @@ jobs:
path: "./src/cs/production/Interop.Flecs.Unity/Generated"

- name: ".NET Build"
run: dotnet build "./src/cs" --nologo --verbosity minimal --configuration Release -p:Version="$(date +'%Y.%m.%d')"
run: dotnet build "./src/cs" --nologo --verbosity minimal --configuration Release

4 changes: 1 addition & 3 deletions src/cs/production/Flecs.Unity/Flecs.Unity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
<!-- MSBuild settings -->
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
<DefineConstants>$(DefineConstants);UNITY_5_3_OR_NEWER</DefineConstants>
<NoWarn>$(NoWarn);CA1016</NoWarn>
<RootNamespace>flecs_hub.Flecs</RootNamespace>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
</PropertyGroup>

<!-- NuGet settings -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@
<!-- MSBuild settings -->
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<ImplicitUsings>disable</ImplicitUsings>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<RootNamespace>flecs_hub.Interop.Flecs</RootNamespace>
<ImplicitUsings>false</ImplicitUsings>
<Nullable>enable</Nullable>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<NoWarn>$(NoWarn);CS8981</NoWarn>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
</PropertyGroup>

<!-- NuGet settings -->
Expand Down

0 comments on commit 2c5feac

Please sign in to comment.