Skip to content

Commit 6f2125e

Browse files
committed
Bump to net7.0
1 parent 24ccb48 commit 6f2125e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
submodules: true
2121
fetch-depth: 0
2222

23-
- name: Install .NET 6.0
24-
uses: actions/setup-dotnet@v1
23+
- name: Install .NET 7.0
24+
uses: actions/setup-dotnet@v3
2525
with:
26-
dotnet-version: '6.0.x'
26+
dotnet-version: '7.0.x'
2727

2828
- name: Build, Test, Pack, Publish
2929
shell: bash

license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2019-2020, Alexandre Mutel
1+
Copyright (c) 2019-2022, Alexandre Mutel
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification

src/CppAst.Tests/CppAst.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net7.0</TargetFramework>
55
<!-- Workaround for issue https://github.com/microsoft/ClangSharp/issues/129 -->
66
<RuntimeIdentifier Condition="'$(RuntimeIdentifier)' == '' AND '$(PackAsTool)' != 'true'">$(NETCoreSdkRuntimeIdentifier)</RuntimeIdentifier>
77
<IsPackable>false</IsPackable>

src/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "6.0.100",
3+
"version": "7.0.100",
44
"rollForward": "latestMinor",
55
"allowPrerelease": false
66
}

0 commit comments

Comments
 (0)