Skip to content

Commit

Permalink
Bump to net7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Nov 22, 2022
1 parent 24ccb48 commit 6f2125e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -20,10 +20,10 @@ jobs:
submodules: true
fetch-depth: 0

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

- name: Build, Test, Pack, Publish
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion license.txt
@@ -1,4 +1,4 @@
Copyright (c) 2019-2020, Alexandre Mutel
Copyright (c) 2019-2022, Alexandre Mutel
All rights reserved.

Redistribution and use in source and binary forms, with or without modification
Expand Down
2 changes: 1 addition & 1 deletion src/CppAst.Tests/CppAst.Tests.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<!-- Workaround for issue https://github.com/microsoft/ClangSharp/issues/129 -->
<RuntimeIdentifier Condition="'$(RuntimeIdentifier)' == '' AND '$(PackAsTool)' != 'true'">$(NETCoreSdkRuntimeIdentifier)</RuntimeIdentifier>
<IsPackable>false</IsPackable>
Expand Down
2 changes: 1 addition & 1 deletion src/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "6.0.100",
"version": "7.0.100",
"rollForward": "latestMinor",
"allowPrerelease": false
}
Expand Down

0 comments on commit 6f2125e

Please sign in to comment.