We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28bc673 commit 7cdabb5Copy full SHA for 7cdabb5
.github/workflows/dotnet-ci.yaml
@@ -11,7 +11,7 @@ jobs:
11
- name: Setup .NET SDK
12
uses: actions/setup-dotnet@v1
13
with:
14
- dotnet-version: '7.0.x'
+ dotnet-version: '8.0.x'
15
- name: Restore dependencies
16
run: dotnet restore ./src/WPF/GeneralUpdate.Tool.sln
17
- name: build
.gitignore
@@ -184,6 +184,7 @@ FakesAssemblies/
184
185
# SVN Repo
186
.svn/
187
+.vs
188
*.vsidx
189
*.v2
190
*.lock
0 commit comments