Skip to content

Commit

Permalink
Merge pull request #35 from karpach/dependabot/nuget/Karpach.RemoteSh…
Browse files Browse the repository at this point in the history
…utdown.Controller/Microsoft.Windows.Compatibility-6.0.6

Bump Microsoft.Windows.Compatibility from 6.0.0 to 6.0.6 in /Karpach.RemoteShutdown.Controller
  • Loading branch information
karpach authored Jul 12, 2023
2 parents ab9d97a + 0edc9d0 commit cb4d0e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<OutputType>WinExe</OutputType>
Expand All @@ -25,7 +25,7 @@
<PackageReference Include="Autofac" Version="4.6.1" />
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.2.0" />

<PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.0" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.6" />
</ItemGroup>
<ItemGroup>
<Compile Update="Properties\Settings.Designer.cs">
Expand Down

0 comments on commit cb4d0e9

Please sign in to comment.