From a5b754cdc9bd889e1d272a99bd685c0d4a4b1d3b Mon Sep 17 00:00:00 2001 From: alterNERDtive Date: Tue, 31 May 2022 20:59:23 +0200 Subject: [PATCH] fixed package dependency capitalization --- .github/workflows/create-release.yaml | 2 +- .github/workflows/push-test.yaml | 2 +- Directory.Build.targets | 6 ++++++ Directory.build.props | 25 ------------------------- Edna/Edna.csproj | 5 ++--- Edsm/Edsm.csproj | 1 - Edts/Edts.csproj | 1 - Spansh/Spansh.csproj | 1 - Test/Test.csproj | 7 +++---- 9 files changed, 13 insertions(+), 37 deletions(-) create mode 100644 Directory.Build.targets delete mode 100644 Directory.build.props diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index 8eb5c8c..99f48a4 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -8,7 +8,7 @@ on: jobs: build: name: Build EDNA - runs-on: ubuntu-latest + runs-on: windows-latest permissions: contents: write diff --git a/.github/workflows/push-test.yaml b/.github/workflows/push-test.yaml index b654492..2d69950 100644 --- a/.github/workflows/push-test.yaml +++ b/.github/workflows/push-test.yaml @@ -6,7 +6,7 @@ on: jobs: build: name: Test EDNA - runs-on: ubuntu-latest + runs-on: windows-latest permissions: contents: write diff --git a/Directory.Build.targets b/Directory.Build.targets new file mode 100644 index 0000000..bac3667 --- /dev/null +++ b/Directory.Build.targets @@ -0,0 +1,6 @@ + + + 10.0 + enable + + diff --git a/Directory.build.props b/Directory.build.props deleted file mode 100644 index a3605d8..0000000 --- a/Directory.build.props +++ /dev/null @@ -1,25 +0,0 @@ - - - 10.0 - enable - - - - $(SolutionDir)StyleCop.ruleset - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - diff --git a/Edna/Edna.csproj b/Edna/Edna.csproj index 8a1223a..5997b33 100644 --- a/Edna/Edna.csproj +++ b/Edna/Edna.csproj @@ -2,7 +2,6 @@ net48;net6.0 - enable alterNERDtive.EDNA 0.0.1 alterNERDtive @@ -20,8 +19,8 @@ - - + + diff --git a/Edsm/Edsm.csproj b/Edsm/Edsm.csproj index 3f26ccb..2a660e0 100644 --- a/Edsm/Edsm.csproj +++ b/Edsm/Edsm.csproj @@ -2,7 +2,6 @@ net48;net6.0 - enable diff --git a/Edts/Edts.csproj b/Edts/Edts.csproj index 3f26ccb..2a660e0 100644 --- a/Edts/Edts.csproj +++ b/Edts/Edts.csproj @@ -2,7 +2,6 @@ net48;net6.0 - enable diff --git a/Spansh/Spansh.csproj b/Spansh/Spansh.csproj index 9328a7f..9ed4b2c 100644 --- a/Spansh/Spansh.csproj +++ b/Spansh/Spansh.csproj @@ -2,7 +2,6 @@ net48;net6.0 - enable diff --git a/Test/Test.csproj b/Test/Test.csproj index 7b81bc0..cd11e29 100644 --- a/Test/Test.csproj +++ b/Test/Test.csproj @@ -2,7 +2,6 @@ net48;net6.0 - enable false @@ -18,9 +17,9 @@ - - - + + +