Skip to content

Commit 2b81fb7

Browse files
Add missing /unsafe directive
1 parent 05a3007 commit 2b81fb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AspNetCore/WebApi/src/Asp.Versioning.Mvc/Asp.Versioning.Mvc.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<AssemblyTitle>ASP.NET Core API Versioning</AssemblyTitle>
99
<Description>A service API versioning library for Microsoft ASP.NET Core MVC.</Description>
1010
<PackageTags>Asp;AspNet;AspNetCore;MVC;Versioning</PackageTags>
11+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1112
</PropertyGroup>
1213

1314
<ItemGroup>

0 commit comments

Comments
 (0)