Skip to content

Commit 0cc9a2a

Browse files
Update Simplify.WindowsServices requirement from 2.13.* to 2.14.*
Updates the requirements on [Simplify.WindowsServices](https://github.com/SimplifyNet/Simplify) to permit the latest version. - [Release notes](https://github.com/SimplifyNet/Simplify/releases) - [Commits](SimplifyNet/Simplify@Simplify.WindowsServices.2.13...Simplify.WindowsServices.2.14) --- updated-dependencies: - dependency-name: Simplify.WindowsServices dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2a53cfb commit 0cc9a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SampleApps/SampleApp.WindowsServiceHosted/SampleApp.WindowsServiceHosted.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.AspNetCore" Version="2.2.0" />
15-
<PackageReference Include="Simplify.WindowsServices" Version="2.13.*" />
15+
<PackageReference Include="Simplify.WindowsServices" Version="2.14.*" />
1616
<ProjectReference Include="..\..\Simplify.Web\Simplify.Web.csproj" />
1717
<Reference Include="System.ServiceModel" />
1818
</ItemGroup>

0 commit comments

Comments
 (0)