Skip to content

Commit

Permalink
net 8
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotr7 committed Feb 24, 2024
1 parent a267623 commit b2a6b9b
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 23 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.x'
dotnet-version: '8.0.x'

- name: Clone Plugins
uses: actions/checkout@v2
Expand All @@ -22,68 +22,68 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: Artemis.Plugins.Games.EliteDangerous
path: src/Artemis.Plugins.Games.EliteDangerous/bin/x64/Release/net7.0/publish
path: src/Artemis.Plugins.Games.EliteDangerous/bin/x64/Release/net8.0/publish
if-no-files-found: error

- name: Upload GTAV
uses: actions/upload-artifact@v3
with:
name: Artemis.Plugins.Games.GTAV.Module
path: src/Artemis.Plugins.Games.GTAV/Artemis.Plugins.Games.GTAV.Module/bin/x64/Release/net7.0/publish
path: src/Artemis.Plugins.Games.GTAV/Artemis.Plugins.Games.GTAV.Module/bin/x64/Release/net8.0/publish
if-no-files-found: error

- name: Upload League Of Legends
uses: actions/upload-artifact@v3
with:
name: Artemis.Plugins.Games.LeagueOfLegends.Module
path: src/Artemis.Plugins.Games.LeagueOfLegends/Artemis.Plugins.Games.LeagueOfLegends.Module/bin/x64/Release/net7.0/publish
path: src/Artemis.Plugins.Games.LeagueOfLegends/Artemis.Plugins.Games.LeagueOfLegends.Module/bin/x64/Release/net8.0/publish
if-no-files-found: error

- name: Upload Rocket League
uses: actions/upload-artifact@v3
with:
name: Artemis.Plugins.Games.RocketLeague
path: src/Artemis.Plugins.Games.RocketLeague/bin/x64/Release/net7.0/publish
path: src/Artemis.Plugins.Games.RocketLeague/bin/x64/Release/net8.0/publish
if-no-files-found: error

- name: Upload TrackMania
uses: actions/upload-artifact@v3
with:
name: Artemis.Plugins.Games.TrackMania
path: src/Artemis.Plugins.Games.TrackMania/bin/x64/Release/net7.0/publish
path: src/Artemis.Plugins.Games.TrackMania/bin/x64/Release/net8.0/publish
if-no-files-found: error

- name: Upload Truck Simulator
uses: actions/upload-artifact@v3
with:
name: Artemis.Plugins.Games.TruckSimulator
path: src/Artemis.Plugins.Games.TruckSimulator/bin/x64/Release/net7.0/publish
path: src/Artemis.Plugins.Games.TruckSimulator/bin/x64/Release/net8.0/publish
if-no-files-found: error

- name: Upload Valheim
uses: actions/upload-artifact@v3
with:
name: Artemis.Plugins.Games.Valheim
path: src/Artemis.Plugins.Games.Valheim/Artemis.Plugins.Games.Valheim.Module/bin/x64/Release/net7.0/publish
path: src/Artemis.Plugins.Games.Valheim/Artemis.Plugins.Games.Valheim.Module/bin/x64/Release/net8.0/publish
if-no-files-found: error

- name: Upload Fallout 4
uses: actions/upload-artifact@v3
with:
name: Artemis.Plugins.Games.Fallout4
path: src/Artemis.Plugins.Games.Fallout4/bin/x64/Release/net7.0/publish
path: src/Artemis.Plugins.Games.Fallout4/bin/x64/Release/net8.0/publish
if-no-files-found: error

- name: Upload Dota 2
uses: actions/upload-artifact@v3
with:
name: Artemis.Plugins.Games.Dota2
path: src/Artemis.Plugins.Games.Dota2/bin/x64/Release/net7.0/publish
path: src/Artemis.Plugins.Games.Dota2/bin/x64/Release/net8.0/publish
if-no-files-found: error

- name: Upload CSGO
uses: actions/upload-artifact@v3
with:
name: Artemis.Plugins.Games.CSGO
path: src/Artemis.Plugins.Games.CSGO/bin/x64/Release/net7.0/publish
path: src/Artemis.Plugins.Games.CSGO/bin/x64/Release/net8.0/publish
if-no-files-found: error
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Platforms>x64</Platforms>
<EnableDynamicLoading>true</EnableDynamicLoading>
<Nullable>enable</Nullable>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Platforms>x64</Platforms>
<EnableDynamicLoading>true</EnableDynamicLoading>
<Nullable>enable</Nullable>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Platforms>x64</Platforms>
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Platforms>x64</Platforms>
<EnableDynamicLoading>true</EnableDynamicLoading>
<Nullable>enable</Nullable>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Platforms>x64</Platforms>
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Platforms>x64</Platforms>
<EnableDynamicLoading>true</EnableDynamicLoading>
<Nullable>enable</Nullable>
Expand Down Expand Up @@ -33,6 +33,6 @@
</ItemGroup>

<Target Name="DownloadJsonFiles" BeforeTargets="PreBuildEvent">
<Exec Command="pwsh -ExecutionPolicy Bypass -File &quot;$(ProjectDir)prebuild.ps1&quot;" />
<Exec Command="powershell.exe -ExecutionPolicy Bypass -File &quot;$(ProjectDir)prebuild.ps1&quot;" />
</Target>
</Project>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Platforms>x64</Platforms>
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Platforms>x64</Platforms>
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Platforms>x64</Platforms>
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Platforms>x64</Platforms>
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ArtemisRGB.UI.Shared" IncludeAssets="compile;build;buildTransitive" Version="1.2023.1017.2" />
<PackageReference Include="ArtemisRGB.UI.Shared" IncludeAssets="compile;build;buildTransitive" Version="1.2024.223.16" />
</ItemGroup>

<ItemGroup>
Expand Down
5 changes: 5 additions & 0 deletions src/Artemis.Plugins.Games.sln
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Artemis.Plugins.Games.CSGO"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Artemis.Plugins.Games.Dota2", "Artemis.Plugins.Games.Dota2\Artemis.Plugins.Games.Dota2.csproj", "{5F5D7E46-822A-44CC-AB2A-7BC7EE3314FB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{72F690FB-5F80-4EF4-AC91-E82B2BD2EFC1}"
ProjectSection(SolutionItems) = preProject
..\.github\workflows\build.yml = ..\.github\workflows\build.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Expand Down

0 comments on commit b2a6b9b

Please sign in to comment.