Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2a2ae08

Browse files
authored
Updated SDK to 7.0.200 to build on macOS (M1 Mac) (#217)
1 parent41437c7 commit2a2ae08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎build/build-framework.fsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ let collectNuGetPackages (solution:Solution) =
310310
// --------------------------------------------------------------------------------------
311311

312312
lettest testsDir testsProj framework=
313-
dotnet testsDir(sprintf"run -p%s --configuration Release --framework%s --no-restore --no-build" testsProj framework)
313+
dotnet testsDir(sprintf"run --project%s --configuration Release --framework%s --no-restore --no-build" testsProj framework)
314314

315315

316316
// --------------------------------------------------------------------------------------

‎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":"5.0.200",
3+
"version":"7.0.200",
44
"rollForward":"latestFeature"
55
}
66
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp