diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..bc18f00 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "nuget" + directory: "/" + schedule: + interval: "daily" diff --git a/src/Core/ServiceWrapper/winsw.csproj b/src/Core/ServiceWrapper/winsw.csproj index becc323..f9324ab 100644 --- a/src/Core/ServiceWrapper/winsw.csproj +++ b/src/Core/ServiceWrapper/winsw.csproj @@ -16,6 +16,10 @@ WindowsService + + 3.0.41 + + @@ -26,7 +30,7 @@ - + @@ -96,7 +100,7 @@ - $(NuGetPackageRoot)ilmerge\3.0.29\tools\net452\ILMerge.exe + $(NuGetPackageRoot)ilmerge\$(ILMergeVersion)\tools\net452\ILMerge.exe /targetplatform:$(TargetPlatform) /out:$(OutputAssembly) $(InputAssemblies) "$(ILMerge)" $(ILMergeArgs) diff --git a/src/Test/winswTests/winswTests.csproj b/src/Test/winswTests/winswTests.csproj index 0baed55..756c697 100644 --- a/src/Test/winswTests/winswTests.csproj +++ b/src/Test/winswTests/winswTests.csproj @@ -8,14 +8,14 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all - + - +