File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
<TargetFrameworks >net5.0;net6.0</TargetFrameworks >
5
5
<GenerateEmbeddedFilesManifest >true</GenerateEmbeddedFilesManifest >
6
6
<PackageId >Inertia.AspNetCore</PackageId >
7
- <Version >0.0.6 </Version >
7
+ <Version >0.0.7 </Version >
8
8
<Description >A simple AspNetCore adapter for Inertia.js. https://inertiajs.com</Description >
9
9
<Authors >Frédéric Choquette</Authors >
10
10
<PackageProjectUrl >https://www.nuget.org/packages/Inertia.AspNetCore/</PackageProjectUrl >
29
29
</ItemGroup >
30
30
31
31
<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 " />
33
33
</ItemGroup >
34
34
35
35
<ItemGroup Condition =" '$(TargetFramework)' == 'net5.0' " >
You can’t perform that action at this time.
0 commit comments