Skip to content

Commit d48a9e5

Browse files
authored
Merge pull request #16 from dark-loop/unauth-guards
moving test project to 6.0
2 parents 125c819 + fbc1d30 commit d48a9e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DarkLoop.Azure.Functions.Authorize.Tests/DarkLoop.Azure.Functions.Authorize.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp3.1</TargetFramework>
4+
<TargetFramework>net6.0</TargetFramework>
55
<IsPackable>false</IsPackable>
66
<IsTestProject>true</IsTestProject>
77
</PropertyGroup>

0 commit comments

Comments
 (0)