Skip to content

Commit 9bbdaab

Browse files
committed
Fixed wrong package name
What a stupid issue :(
1 parent 7d066de commit 9bbdaab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Giraffe.TokenRouter/Giraffe.TokenRouter.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<WarningsAsErrors>1</WarningsAsErrors>
1212
<Optimize>True</Optimize>
1313
<OutputType>Library</OutputType>
14-
<PackageId>Giraffe.Razor</PackageId>
14+
<PackageId>Giraffe.TokenRouter</PackageId>
1515
<PackageTags>Giraffe;TokenRouter;Routing;ASP.NET Core;FSharp;Functional;Http;Web;Framework;Micro;Service</PackageTags>
1616
<PackageReleaseNotes>https://raw.githubusercontent.com/giraffe-fsharp/Giraffe.TokenRouter/master/RELEASE_NOTES.md</PackageReleaseNotes>
1717
<PackageIconUrl>https://raw.githubusercontent.com/giraffe-fsharp/Giraffe/master/giraffe-64x64.png</PackageIconUrl>

0 commit comments

Comments
 (0)