File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >netcoreapp2 .0</TargetFramework >
5+ <TargetFramework >netcoreapp3 .0</TargetFramework >
66 <DebugType >portable</DebugType >
77 </PropertyGroup >
88 <ItemGroup >
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ let userController = controller {
2727 subController " /comments" commentController
2828
2929 plug [ All] ( setHttpHeader " user-controller-common" " 123" )
30- plug [ Index ; Show ] ( setHttpHeader " user-controller-specialized" " 123" )
30+ plug [ Show ; Action.Index ; ] ( setHttpHeader " user-controller-specialized" " 123" )
3131
3232 index ( fun ctx -> " Index handler no version" |> Controller.text ctx)
3333 show ( fun ctx id -> ( sprintf " Show handler no version - %i " id) |> Controller.text ctx)
Original file line number Diff line number Diff line change 22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >netcoreapp2 .0</TargetFramework >
5+ <TargetFramework >netcoreapp3 .0</TargetFramework >
66 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
77 </PropertyGroup >
88 <ItemGroup >
Original file line number Diff line number Diff line change 22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >netcoreapp2 .0</TargetFramework >
5+ <TargetFramework >netcoreapp3 .0</TargetFramework >
66 <DebugType >portable</DebugType >
77 <PlatformTarget >x64</PlatformTarget >
88 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
Original file line number Diff line number Diff line change 22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >netcoreapp2 .0</TargetFramework >
5+ <TargetFramework >netcoreapp3 .0</TargetFramework >
66 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
77 </PropertyGroup >
88 <ItemGroup >
Original file line number Diff line number Diff line change 22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >netcoreapp2 .0</TargetFramework >
5+ <TargetFramework >netcoreapp3 .0</TargetFramework >
66 <DebugType >portable</DebugType >
77 <PlatformTarget >x64</PlatformTarget >
88 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
Original file line number Diff line number Diff line change 22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >netcoreapp2 .0</TargetFramework >
5+ <TargetFramework >netcoreapp3 .0</TargetFramework >
66 <DebugType >portable</DebugType >
77 </PropertyGroup >
88 <ItemGroup >
Original file line number Diff line number Diff line change 22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >netcoreapp2 .0</TargetFramework >
5+ <TargetFramework >netcoreapp3 .0</TargetFramework >
66 <DebugType >portable</DebugType >
77 </PropertyGroup >
88 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <OutputType >Exe</OutputType >
4- <TargetFramework >netcoreapp2.1 </TargetFramework >
4+ <TargetFramework >netcoreapp3.0 </TargetFramework >
55 </PropertyGroup >
66 <ItemGroup >
77 <ProjectReference Include =" ..\..\src\Saturn\Saturn.fsproj" >
You can’t perform that action at this time.
0 commit comments