File tree Expand file tree Collapse file tree 4 files changed +11
-209
lines changed
sample/FormHelper.Samples Expand file tree Collapse file tree 4 files changed +11
-209
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.1 </TargetFramework >
4+ <TargetFramework >net5.0 </TargetFramework >
55 </PropertyGroup >
66
77 <ItemGroup >
88 <Content Remove =" bundleconfig.json" />
9- <Content Remove =" wwwroot\js\formhelper.js" />
109 </ItemGroup >
1110
1211 <ItemGroup >
1312 <None Include =" bundleconfig.json" />
14- <None Include =" wwwroot\js\formhelper.js" />
1513 </ItemGroup >
1614
1715 <ItemGroup >
2018
2119
2220 <ItemGroup >
23- <PackageReference Include =" FluentValidation.AspNetCore" Version =" 9.2 .0" />
21+ <PackageReference Include =" FluentValidation.AspNetCore" Version =" 9.3 .0" />
2422 </ItemGroup >
2523
2624</Project >
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <PackageId >FormHelper</PackageId >
5- <Version >3.2.3 </Version >
5+ <Version >3.3.0 </Version >
66 <Authors >Sinan BOZKUS</Authors >
77 <projectUrl >https://github.com/sinanbozkus/FormHelper</projectUrl >
88 <RepositoryUrl >https://github.com/sinanbozkus/FormHelper</RepositoryUrl >
1515 </PropertyGroup >
1616
1717 <PropertyGroup >
18- <TargetFrameworks >netcoreapp30;netcoreapp31</TargetFrameworks >
18+ <TargetFrameworks >net50; netcoreapp30;netcoreapp31</TargetFrameworks >
1919 </PropertyGroup >
2020
2121 <ItemGroup >
5858 <PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
5959 </ItemGroup >
6060
61+ <ItemGroup Condition =" '$(TargetFramework)' == 'net50'" >
62+ <FrameworkReference Include =" Microsoft.AspNetCore.App" />
63+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version =" 5.0.0" />
64+ <PackageReference Include =" Microsoft.Extensions.FileProviders.Embedded" Version =" 5.0.0" />
65+ <PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
66+ </ItemGroup >
67+
6168</Project >
You can’t perform that action at this time.
0 commit comments