Skip to content

Commit

Permalink
Merge pull request #18 from chcg/gh_vs2022
Browse files Browse the repository at this point in the history
Update CI_build.yml, bump .NET framework to 4.8
  • Loading branch information
molsonkiko authored Oct 24, 2022
2 parents ddd4cfd + c6c894c commit cb7db72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
build:
runs-on: windows-2019
runs-on: windows-2022
strategy:
max-parallel: 4
matrix:
Expand All @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.3
uses: microsoft/setup-msbuild@v1.1.3

- name: MSBuild of solution
run: msbuild JsonToolsNppPlugin/JsonToolsNppPlugin.sln /p:configuration="${{ matrix.build_configuration }}" /p:platform="${{ matrix.build_platform }}" /m /verbosity:minimal
Expand Down
2 changes: 1 addition & 1 deletion JsonToolsNppPlugin/JsonToolsNppPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>NppPluginNET</RootNamespace>
<AssemblyName>JsonTools</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<OldToolsVersion>3.5</OldToolsVersion>
<ProjectGuid>{EB8FC3A3-93E8-457B-B281-FAFA5119611A}</ProjectGuid>
</PropertyGroup>
Expand Down

0 comments on commit cb7db72

Please sign in to comment.