File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
- uses : actions/checkout@v3
11
11
- uses : actions/setup-dotnet@v3
12
12
with :
13
- dotnet-version : 6 .0.x
13
+ dotnet-version : 7 .0.x
14
14
- run : dotnet pack
15
15
- run : dotnet nuget push 'ScipDotnet/bin/Debug/*.nupkg' --source 'nuget.org' --api-key '${{ secrets.NUGET_APIKEY }}' --skip-duplicate
16
16
Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v3
15
15
- uses : actions/setup-dotnet@v3
16
16
with :
17
- dotnet-version : 6 .0.x
17
+ dotnet-version : 7 .0.x
18
18
- run : dotnet format --verify-no-changes
19
19
- run : dotnet format --verify-no-changes
20
20
working-directory : snapshots/input/syntax
29
29
- uses : actions/checkout@v3
30
30
- uses : actions/setup-dotnet@v3
31
31
with :
32
- dotnet-version : 6 .0.x
32
+ dotnet-version : 7 .0.x
33
33
- run : dotnet test
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net6 .0</TargetFramework >
4
+ <TargetFramework >net7 .0</TargetFramework >
5
5
<ImplicitUsings >enable</ImplicitUsings >
6
6
<Nullable >enable</Nullable >
7
7
<IsPackable >false</IsPackable >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >net6 .0</TargetFramework >
5
+ <TargetFramework >net7 .0</TargetFramework >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
<Nullable >enable</Nullable >
8
8
<Version >0.1.4-beta</Version >
You can’t perform that action at this time.
0 commit comments