Skip to content

Commit

Permalink
Fixed GH action and added yaml file to solution items.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThreeSevenths committed Nov 30, 2021
1 parent 70a68e9 commit e0562dd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down
11 changes: 8 additions & 3 deletions NoSleep.sln
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NoSleep", "NoSleep\NoSleep.csproj", "{2285056D-8AA1-40D9-A5F5-F3E53F60EC0F}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NoSleep", "NoSleep\NoSleep.csproj", "{2285056D-8AA1-40D9-A5F5-F3E53F60EC0F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F8C0ABFE-D352-47A0-90BA-4DA36A354F26}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit e0562dd

Please sign in to comment.