Skip to content

Commit

Permalink
+Fixed platform targeting bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-hemming committed Jul 9, 2024
1 parent 877e98a commit fd38ac4
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 107 deletions.
58 changes: 0 additions & 58 deletions .gitlab-ci.yml

This file was deleted.

5 changes: 3 additions & 2 deletions SDL2-CS.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net40;netstandard2.0;net7.0</TargetFrameworks>
<Platforms>x64</Platforms>
<TargetFrameworks>net8.0</TargetFrameworks>
<Platforms>AnyCPU</Platforms>
<Configurations>Debug;Release;A</Configurations>
</PropertyGroup>
<PropertyGroup>
<EnableDefaultItems>false</EnableDefaultItems>
Expand Down
23 changes: 0 additions & 23 deletions gitlab-ci/SDL2-CS.nuspec

This file was deleted.

3 changes: 0 additions & 3 deletions gitlab-ci/build-net461.sh

This file was deleted.

3 changes: 0 additions & 3 deletions gitlab-ci/build-netcore.sh

This file was deleted.

9 changes: 0 additions & 9 deletions gitlab-ci/deploy.sh

This file was deleted.

9 changes: 0 additions & 9 deletions gitlab-ci/package.sh

This file was deleted.

0 comments on commit fd38ac4

Please sign in to comment.