File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
</PropertyGroup >
11
11
12
12
<ItemGroup >
13
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.11 .0" />
14
- <PackageReference Include =" Moq" Version =" 4.16 .1" />
13
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.2 .0" />
14
+ <PackageReference Include =" Moq" Version =" 4.18 .1" />
15
15
<PackageReference Include =" xunit" Version =" 2.4.1" />
16
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3 " >
16
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5 " >
17
17
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
18
18
<PrivateAssets >all</PrivateAssets >
19
19
</PackageReference >
20
- <PackageReference Include =" coverlet.collector" Version =" 3.1.0 " >
20
+ <PackageReference Include =" coverlet.collector" Version =" 3.1.2 " >
21
21
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
22
22
<PrivateAssets >all</PrivateAssets >
23
23
</PackageReference >
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.5 </Version >
7
+ <Version >0.0.6 </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 >
You can’t perform that action at this time.
0 commit comments