Skip to content

Commit

Permalink
Update to latest sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKottas committed Aug 26, 2017
1 parent 60d4533 commit 074a74e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp1.1</TargetFramework>
<TargetFramework>netcoreapp2.0</TargetFramework>
<OutputType>Exe</OutputType>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<TargetFrameworks>netcoreapp2.0</TargetFrameworks>
<Version>2.0.0</Version>
</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>1.0.20</version>
<version>2.0.0</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 @@ -14,11 +14,12 @@
<dependencies>
<dependency id="DasMulli.Win32.ServiceUtils" version="1.0.1" />
<dependency id="PeterKottas.DotNetCore.CmdArgParser" version="1.0.5" />
<dependency id="System.ServiceProcess.ServiceController" version="4.3.0" />
<dependency id="System.ServiceProcess.ServiceController" version="4.4.0" />
<dependency id="Microsoft.Extensions.PlatformAbstractions" version="1.1.0" />
</dependencies>
</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" />
</files>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp1.1</TargetFramework>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 074a74e

Please sign in to comment.