-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minimal Giraffe App #2
Conversation
@TheAngryByrd should this one get squashed or dropped? |
@@ -1,7 +1,7 @@ | |||
<Project Sdk="Microsoft.NET.Sdk"> | |||
|
|||
<PropertyGroup> | |||
<TargetFramework>netcoreapp3.1</TargetFramework> | |||
<TargetFramework>net7</TargetFramework> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<TargetFramework>net7</TargetFramework> | |
<TargetFramework>net7.0</TargetFramework> |
@@ -1,7 +1,7 @@ | |||
<Project Sdk="Microsoft.NET.Sdk.Web"> | |||
|
|||
<PropertyGroup> | |||
<TargetFramework>netcoreapp3.1</TargetFramework> | |||
<TargetFramework>net7</TargetFramework> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<TargetFramework>net7</TargetFramework> | |
<TargetFramework>net7.0</TargetFramework> |
@@ -1,7 +1,7 @@ | |||
<Project Sdk="Microsoft.NET.Sdk.Web"> | |||
|
|||
<PropertyGroup> | |||
<TargetFramework>netcoreapp3.1</TargetFramework> | |||
<TargetFramework>net7</TargetFramework> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<TargetFramework>net7</TargetFramework> | |
<TargetFramework>net7.0</TargetFramework> |
@@ -1,7 +1,7 @@ | |||
<Project Sdk="Microsoft.NET.Sdk.Web"> | |||
|
|||
<PropertyGroup> | |||
<TargetFramework>netcoreapp3.1</TargetFramework> | |||
<TargetFramework>net7</TargetFramework> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<TargetFramework>net7</TargetFramework> | |
<TargetFramework>net7.0</TargetFramework> |
@@ -1,7 +1,7 @@ | |||
<Project Sdk="Microsoft.NET.Sdk.Web"> | |||
|
|||
<PropertyGroup> | |||
<TargetFramework>netcoreapp3.1</TargetFramework> | |||
<TargetFramework>net7</TargetFramework> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<TargetFramework>net7</TargetFramework> | |
<TargetFramework>net7.0</TargetFramework> |
appveyor.yml
Outdated
- Ubuntu | ||
environment: | ||
DOTNET_CLI_TELEMETRY_OPTOUT: 1 | ||
init: | ||
- git config --global core.autocrlf true | ||
install: | ||
- ps: .\.psscripts\install-dotnet.ps1 -SdkVersions "3.1.201" | ||
- ps: .\.psscripts\install-dotnet.ps1 -SdkVersions "7.0.307" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- ps: .\.psscripts\install-dotnet.ps1 -SdkVersions "7.0.307" | |
- ps: .\.psscripts\install-dotnet.ps1 -SdkVersions "7.0.400" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice @slang25 , I think those changes are already merged, so the suggestions should go into a separate PR. I need to rebase this PR in order for it to show only the relevant changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've rebased, so the actual changes should be only two files.
78535ba
to
1e5db2b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎸 Thanks!!
From giraffe-fsharp/Giraffe#497 (comment)