Skip to content

Commit 40b8a14

Browse files
committed
Upgrade to .Net 5 and Giraffe 5
1 parent 6678ae1 commit 40b8a14

File tree

5 files changed

+288
-191
lines changed

5 files changed

+288
-191
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,3 +286,5 @@ __pycache__/
286286
*.btm.cs
287287
*.odx.cs
288288
*.xsd.cs
289+
290+
.ionide

global.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/Giraffe.TokenRouter/Giraffe.TokenRouter.fsproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
<PropertyGroup>
33
<AssemblyName>Giraffe.TokenRouter</AssemblyName>
44
<Version>1.0.0</Version>
5-
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
5+
<TargetFrameworks>net5.0</TargetFrameworks>
6+
<RollForward>Major</RollForward>
67

78
<!-- General info -->
89
<Description>Alternative routing API for Giraffe web applications which is aimed at maximum performance.</Description>
9-
<Copyright>Copyright 2018 Dustin Moris Gorski</Copyright>
10+
<Copyright>Copyright 2021 Dustin Moris Gorski</Copyright>
1011
<Authors>Dustin Moris Gorski and contributors</Authors>
1112
<NeutralLanguage>en-GB</NeutralLanguage>
1213

@@ -32,7 +33,7 @@
3233
</PropertyGroup>
3334

3435
<ItemGroup>
35-
<PackageReference Include="Giraffe" Version="2.0.*" />
36+
<PackageReference Include="Giraffe" Version="5.0.*" />
3637
</ItemGroup>
3738

3839
<ItemGroup>

0 commit comments

Comments
 (0)