File tree Expand file tree Collapse file tree 7 files changed +8
-10
lines changed
MyProject.WindowsServiceApi Expand file tree Collapse file tree 7 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 33 <TargetFramework >net8.0</TargetFramework >
44 <IsPackable >true</IsPackable >
55
6- <PackageVersion >1.3 </PackageVersion >
6+ <PackageVersion >1.4 </PackageVersion >
77
88 <Title >Simplify.Web project templates</Title >
99 <Description >The Simplify.Web web framework project templates collection.</Description >
Original file line number Diff line number Diff line change 1717 <ItemGroup >
1818 <PackageReference Include =" Microsoft.AspNetCore.SpaProxy" Version =" 8.0.*" />
1919 <PackageReference Include =" Microsoft.AspNetCore.SpaServices.Extensions" Version =" 8.0.*" />
20- <PackageReference Include =" Simplify.Web" Version =" 5.0 " />
20+ <PackageReference Include =" Simplify.Web" Version =" 5.1.* " />
2121 </ItemGroup >
2222
2323 <ItemGroup >
Original file line number Diff line number Diff line change 55 <ImplicitUsings >enable</ImplicitUsings >
66 </PropertyGroup >
77 <ItemGroup >
8- <PackageReference Include =" Simplify.Web" Version =" 5.0 " />
8+ <PackageReference Include =" Simplify.Web" Version =" 5.1.* " />
99 </ItemGroup >
1010 <ItemGroup >
1111 <Content Update =" appsettings.Development.json" >
Original file line number Diff line number Diff line change 55 <ImplicitUsings >enable</ImplicitUsings >
66 </PropertyGroup >
77 <ItemGroup >
8- <PackageReference Include =" Simplify.Web" Version =" 5.0 " />
8+ <PackageReference Include =" Simplify.Web" Version =" 5.1.* " />
99 </ItemGroup >
1010</Project >
Original file line number Diff line number Diff line change 88 </PropertyGroup >
99 <ItemGroup >
1010 <PackageReference Include =" Simplify.Scheduler" Version =" 1.5.*" />
11- <PackageReference Include =" Simplify.Web" Version =" 5.0 " />
11+ <PackageReference Include =" Simplify.Web" Version =" 5.1.* " />
1212 </ItemGroup >
1313 <ItemGroup >
1414 <Content Update =" appsettings.Development.json" >
Original file line number Diff line number Diff line change 99 </PropertyGroup >
1010 <ItemGroup >
1111 <PackageReference Include =" Microsoft.AspNetCore" Version =" 2.2.0" />
12- <PackageReference Include =" Simplify.Web" Version =" 5.0 " />
12+ <PackageReference Include =" Simplify.Web" Version =" 5.1.* " />
1313 <PackageReference Include =" Simplify.WindowsServices" Version =" 2.14.*" />
1414 </ItemGroup >
1515 <ItemGroup >
Original file line number Diff line number Diff line change 55
66namespace MyProject . WindowsServiceApi ;
77
8- public class WebApplicationStartup
8+ public class WebApplicationStartup ( WebApplicationStartupSettings settings )
99{
10- private readonly WebApplicationStartupSettings _settings ;
11-
12- public WebApplicationStartup ( WebApplicationStartupSettings settings ) => _settings = settings ;
10+ private readonly WebApplicationStartupSettings _settings = settings ;
1311
1412 public void Run ( IJobArgs args ) =>
1513 WebHost . CreateDefaultBuilder ( ( ( string [ ] ) args . StartupArgs ) ! )
You can’t perform that action at this time.
0 commit comments