Skip to content

Commit a4eb572

Browse files
committed
chore: version and package bump
1 parent fe8a3aa commit a4eb572

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Inertia.AspNetCore/Inertia.AspNetCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>net5.0;net6.0</TargetFrameworks>
55
<GenerateEmbeddedFilesManifest>true</GenerateEmbeddedFilesManifest>
66
<PackageId>Inertia.AspNetCore</PackageId>
7-
<Version>0.0.6</Version>
7+
<Version>0.0.7</Version>
88
<Description>A simple AspNetCore adapter for Inertia.js. https://inertiajs.com</Description>
99
<Authors>Frédéric Choquette</Authors>
1010
<PackageProjectUrl>https://www.nuget.org/packages/Inertia.AspNetCore/</PackageProjectUrl>
@@ -29,7 +29,7 @@
2929
</ItemGroup>
3030

3131
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
32-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="6.0.5"/>
32+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="6.0.6"/>
3333
</ItemGroup>
3434

3535
<ItemGroup Condition=" '$(TargetFramework)' == 'net5.0' ">

0 commit comments

Comments
 (0)