Skip to content

Commit

Permalink
Updated CI to net 7
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotr7 committed Jul 21, 2023
1 parent 845c891 commit f7cc36a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Artemis.Templates.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageType>Template</PackageType>
<PackageVersion>1.4.8</PackageVersion>
<PackageVersion>1.4.9</PackageVersion>
<PackageId>ArtemisRGB.Templates</PackageId>
<PackageIcon>icon.png</PackageIcon>
<Title>Artemis Templates</Title>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Setup .NET 6.0
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
dotnet-version: '7.0.x'

- name: Clone
uses: actions/checkout@v2
Expand All @@ -24,4 +24,4 @@ jobs:
# uses: actions/upload-artifact@v3
# with:
# name: MyArtifactName
# path: src/MyPluginFolder/bin/x64/Release/net6.0/publish
# path: src/MyPluginFolder/bin/x64/Release/net7.0/publish

0 comments on commit f7cc36a

Please sign in to comment.