Skip to content

Commit

Permalink
Added 471 framework, removed pack.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKottas committed Feb 16, 2018
1 parent b29cce2 commit 585f77c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -301,3 +301,4 @@ build/
project.lock.json
/Source/Hosts/Frontend/wwwroot/dist/vendor-manifest.json
/.vs
/Source/PeterKottas.DotNetCore.WindowsService/pack.bat
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp2.0</TargetFrameworks>
<Version>2.0.3</Version>
<AssemblyVersion>2.0.4.0</AssemblyVersion>
<FileVersion>2.0.4.0</FileVersion>
<TargetFrameworks>netcoreapp2.0;net471</TargetFrameworks>
<Version>2.0.6</Version>
<AssemblyVersion>2.0.6.0</AssemblyVersion>
<FileVersion>2.0.6.0</FileVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DasMulli.Win32.ServiceUtils" Version="1.0.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>PeterKottas.DotNetCore.WindowsService</id>
<title>PeterKottas.DotNetCore.WindowsService</title>
<version>2.0.4</version>
<version>2.0.6</version>
<authors>Peter Kottas</authors>
<description>Easiest to use library that allows one to host .net core as windows services there is.</description>
<summary>.NET Core Windows service</summary>
Expand All @@ -20,7 +20,6 @@
</metadata>
<files>
<file src="bin\Release\netcoreapp2.0\*.dll" target="lib\netcoreapp2.0" />
<file src="bin\Release\netcoreapp1.1\*.dll" target="lib\netcoreapp1.1" />
<file src="bin\Release\netcoreapp1.0\*.dll" target="lib\netcoreapp1.0" />
<file src="bin\Release\net471\*.dll" target="lib\net471" />
</files>
</package>
1 change: 0 additions & 1 deletion Source/PeterKottas.DotNetCore.WindowsService/pack.bat

This file was deleted.

0 comments on commit 585f77c

Please sign in to comment.