File tree Expand file tree Collapse file tree
Source/PeterKottas.DotNetCore.WindowsService Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -301,3 +301,4 @@ build/
301301project.lock.json
302302/Source /Hosts /Frontend /wwwroot /dist /vendor-manifest.json
303303/.vs
304+ /Source /PeterKottas.DotNetCore.WindowsService /pack.bat
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netcoreapp2.0</TargetFrameworks >
5- <Version >2.0.3 </Version >
6- <AssemblyVersion >2.0.4 .0</AssemblyVersion >
7- <FileVersion >2.0.4 .0</FileVersion >
4+ <TargetFrameworks >netcoreapp2.0;net471 </TargetFrameworks >
5+ <Version >2.0.6 </Version >
6+ <AssemblyVersion >2.0.6 .0</AssemblyVersion >
7+ <FileVersion >2.0.6 .0</FileVersion >
88 </PropertyGroup >
99 <ItemGroup >
1010 <PackageReference Include =" DasMulli.Win32.ServiceUtils" Version =" 1.0.1" />
Original file line number Diff line number Diff line change 33 <metadata >
44 <id >PeterKottas.DotNetCore.WindowsService</id >
55 <title >PeterKottas.DotNetCore.WindowsService</title >
6- <version >2.0.4 </version >
6+ <version >2.0.6 </version >
77 <authors >Peter Kottas</authors >
88 <description >Easiest to use library that allows one to host .net core as windows services there is.</description >
99 <summary >.NET Core Windows service</summary >
2020 </metadata >
2121 <files >
2222 <file src =" bin\Release\netcoreapp2.0\*.dll" target =" lib\netcoreapp2.0" />
23- <file src =" bin\Release\netcoreapp1.1\*.dll" target =" lib\netcoreapp1.1" />
24- <file src =" bin\Release\netcoreapp1.0\*.dll" target =" lib\netcoreapp1.0" />
23+ <file src =" bin\Release\net471\*.dll" target =" lib\net471" />
2524 </files >
2625</package >
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments