Skip to content

Commit d839648

Browse files
committed
Fixed path for .NET 6
1 parent faaad5c commit d839648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Geta.NotFoundHandler.Optimizely/Geta.NotFoundHandler.Optimizely.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<Pack>true</Pack>
5050
<PackageCopyToOutput>true</PackageCopyToOutput>
5151
<BuildAction>None</BuildAction>
52-
<PackagePath>build\net5.0\$(MSBuildProjectName).targets</PackagePath>
52+
<PackagePath>build\net6.0\$(MSBuildProjectName).targets</PackagePath>
5353
</Content>
5454
</ItemGroup>
5555

0 commit comments

Comments
 (0)