-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed Adaptify.MSBuild from paket.references, updated adaptify tool…
…, switched to older dotnet in global.json, removed backup fsproj file
- Loading branch information
1 parent
36ff489
commit d74f6f3
Showing
6 changed files
with
12 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
] | ||
}, | ||
"adaptify": { | ||
"version": "1.1.8", | ||
"version": "1.2.0-prerelease2", | ||
"commands": [ | ||
"adaptify" | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"sdk": { | ||
"version": "6.0.203", | ||
"version": "6.0.100", | ||
"rollForward": "latestMinor" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
dotnet adaptify --local --force "C:\Users\steinlechner\Desktop\PRo3D-nomsbuild\src\PRo3D.Viewer\PRo3D.Viewer.fsproj" | ||
dotnet paket restore | ||
dotnet adaptify --local --lenses --force --addToProject src\**\*.fsproj !src\PRo3D.CorrelationPanels\PRo3D.CorrelationPanels.fsproj | ||
REM dotnet adaptify --local --force --addToProject src/**/*.fsproj | ||
REM msbuild -t:restore src\PRo3D.sln | ||
REM dotnet adaptify --local --force --addToProject src\PRo3D.Base\PRo3D.Base.fsproj | ||
REM dotnet build src\PRo3D.Base\PRo3D.Base.fsproj | ||
REM dotnet adaptify --local --force --addToProject src\PRo3D.Core\PRo3D.Core.fsproj | ||
REM dotnet build src\PRo3D.Base\PRo3D.Core.fsproj |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 0 additions & 46 deletions
46
src/PRo3D.SimulatedViews/PRo3D - Backup.SimulatedViews.fsproj
This file was deleted.
Oops, something went wrong.