Skip to content

Commit d3f3498

Browse files
authored
Merge pull request #75 from skbkontur/i.mukhametov/update-code-analysis-version
Update Microsoft.CodeAnalysis.CSharp.Workspaces
2 parents e9d6ace + 47b9000 commit d3f3498

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66
jobs:
77
test:
8-
runs-on: windows-2019
8+
runs-on: windows-2022
99
steps:
1010
- uses: actions/checkout@v3
1111
with:
@@ -28,7 +28,7 @@ jobs:
2828
- name: Run tests
2929
run: dotnet test --no-build --configuration Release ./TypeScript.ContractGenerator.Tests/TypeScript.ContractGenerator.Tests.csproj
3030
publish:
31-
runs-on: windows-2019
31+
runs-on: windows-2022
3232
needs: test
3333
if: startsWith(github.event.ref, 'refs/tags/v')
3434
steps:
@@ -65,7 +65,7 @@ jobs:
6565
run: dotnet pack --no-build --configuration Release ./TypeScript.ContractGenerator.sln
6666

6767
- name: Upload artifacts
68-
uses: actions/upload-artifact@v3
68+
uses: actions/upload-artifact@v4
6969
with:
7070
path: "**/*.nupkg"
7171
if-no-files-found: error

TypeScript.ContractGenerator.Roslyn/TypeScript.ContractGenerator.Roslyn.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.8.0" />
15+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="5.0.0" />
1616
</ItemGroup>
1717

1818
</Project>

0 commit comments

Comments
 (0)