File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -129,9 +129,7 @@ jobs:
129
129
- name : Set up .NET SDK
130
130
uses : actions/setup-dotnet@v1
131
131
with :
132
- dotnet-version : |
133
- 2.2.x
134
- 6.0.x
132
+ dotnet-version : ' 7.0.x'
135
133
- name : Pack NuGet
136
134
shell : pwsh
137
135
run : dotnet pack -p:PackageVersion=${{ env.PACKAGE_VERSION_BASE }} --output build
@@ -172,9 +170,7 @@ jobs:
172
170
- name : Set up .NET SDK
173
171
uses : actions/setup-dotnet@v1
174
172
with :
175
- dotnet-version : |
176
- 2.2.x
177
- 6.0.x
173
+ dotnet-version : ' 7.0.x'
178
174
- name : Pack NuGet
179
175
shell : pwsh
180
176
run : dotnet pack -p:PackageVersion=${{ env.PACKAGE_VERSION_BASE }} --output build
@@ -229,9 +225,7 @@ jobs:
229
225
- name : Set up .NET SDK
230
226
uses : actions/setup-dotnet@v1
231
227
with :
232
- dotnet-version : |
233
- 2.2.x
234
- 6.0.x
228
+ dotnet-version : ' 7.0.x'
235
229
- name : Pack NuGet
236
230
shell : pwsh
237
231
run : dotnet pack -p:PackageVersion=${{ env.PACKAGE_VERSION_BASE }} --output build
@@ -291,7 +285,7 @@ jobs:
291
285
- name : Set up .NET SDK
292
286
uses : actions/setup-dotnet@v1
293
287
with :
294
- dotnet-version : ' 6 .0.x'
288
+ dotnet-version : ' 7 .0.x'
295
289
296
290
- name : Read version from ref
297
291
id : version
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.Build.NoTargets/3.4.0" >
2
2
<PropertyGroup >
3
- <TargetFramework >net6 .0</TargetFramework > <!-- this is a dummy value -->
3
+ <TargetFramework >net7 .0</TargetFramework > <!-- this is a dummy value -->
4
4
<NuspecFile >$(MSBuildThisFileDirectory)\tdlib.native.nuspec</NuspecFile >
5
5
<NuspecProperties >version=$(PackageVersion)</NuspecProperties >
6
6
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments