Skip to content

Commit aa7e85f

Browse files
committed
Fix UI nuspec .NET 5.0 target framework.
1 parent 17784aa commit aa7e85f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DynamicAuthorization.Mvc.Core/DynamicAuthorization.Mvc.Core.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<group targetFramework=".NETCoreApp3.1">
3535
<frameworkReference name="Microsoft.AspNetCore.App" />
3636
</group>
37-
<group targetFramework=".NETCoreApp5.0">
37+
<group targetFramework=".NET5.0">
3838
<frameworkReference name="Microsoft.AspNetCore.App" />
3939
</group>
4040
</frameworkReferences>

0 commit comments

Comments
 (0)