Skip to content

Commit 5126af8

Browse files
committed
Dependencies bump to latest (floating versions set)
1 parent c017247 commit 5126af8

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Simplify.ProjectsTemplates.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
<PackageReleaseNotes>
1414
New
1515
* Windows service with database project template added
16+
Updates
17+
* Dependencies bump to latest (floating versions set)
1618
</PackageReleaseNotes>
1719
<Title>Simplify project templates</Title>
1820
<Authors>Alexander Krylkov</Authors>

templates/MyProject.Scheduler/MyProject.Scheduler.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<OutputType>Exe</OutputType>
88
</PropertyGroup>
99
<ItemGroup>
10-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.11" />
11-
<PackageReference Include="Simplify.Scheduler" Version="1.1.0" />
10+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.*" />
11+
<PackageReference Include="Simplify.Scheduler" Version="1.1.*" />
1212
</ItemGroup>
1313
<ItemGroup>
1414
<None Update="appsettings.json">

templates/MyProject.WindowsService/MyProject.WindowsService.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<OutputType>Exe</OutputType>
88
</PropertyGroup>
99
<ItemGroup>
10-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.11" />
11-
<PackageReference Include="Simplify.WindowsServices" Version="2.13.0" />
10+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.*" />
11+
<PackageReference Include="Simplify.WindowsServices" Version="2.13.*" />
1212
</ItemGroup>
1313
<ItemGroup>
1414
<None Update="appsettings.json">

0 commit comments

Comments
 (0)