Skip to content

Commit c352d85

Browse files
Update .NET SDK
Update to the 7.0.200 SDK with the appropriate build changes required as #1036 broke the CI.
1 parent 3b0c1c5 commit c352d85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Task("__CreateSignedNuGetPackage")
225225
},
226226
};
227227

228-
DotNetPack(System.IO.Path.Combine(srcDir, projectName + ".sln"), dotNetPackSettings);
228+
DotNetPack(System.IO.Path.Combine(srcDir, projectName, projectName + ".csproj"), dotNetPackSettings);
229229
});
230230

231231
//////////////////////////////////////////////////////////////////////

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": "7.0.103",
3+
"version": "7.0.200",
44
"allowPrerelease": false,
55
"rollForward": "latestMajor"
66
}

0 commit comments

Comments
 (0)