Skip to content

Commit 61ab7c0

Browse files
chore: upgrade dev kit to version 1.3.5
1 parent b6a9dad commit 61ab7c0

File tree

6 files changed

+21
-21
lines changed

6 files changed

+21
-21
lines changed
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
<PropertyGroup>
3-
<TargetFramework>net8.0</TargetFramework>
4-
<AssemblyName>CanBeYours.Application</AssemblyName>
5-
<RootNamespace>CanBeYours.Application</RootNamespace>
6-
<ImplicitUsings>enable</ImplicitUsings>
7-
</PropertyGroup>
8-
<ItemGroup>
9-
<PackageReference Include="CodeBlock.DevKit.Application" Version="1.3.4" />
10-
<PackageReference Include="CodeBlock.DevKit.Contracts" Version="1.3.4" />
11-
</ItemGroup>
12-
<ItemGroup>
13-
<ProjectReference Include="..\Core\Core.csproj" />
14-
</ItemGroup>
15-
<ItemGroup>
16-
<Folder Include="UseCases\" />
17-
</ItemGroup>
2+
<PropertyGroup>
3+
<TargetFramework>net8.0</TargetFramework>
4+
<AssemblyName>CanBeYours.Application</AssemblyName>
5+
<RootNamespace>CanBeYours.Application</RootNamespace>
6+
<ImplicitUsings>enable</ImplicitUsings>
7+
</PropertyGroup>
8+
<ItemGroup>
9+
<PackageReference Include="CodeBlock.DevKit.Application" Version="1.3.5" />
10+
<PackageReference Include="CodeBlock.DevKit.Contracts" Version="1.3.5" />
11+
</ItemGroup>
12+
<ItemGroup>
13+
<ProjectReference Include="..\Core\Core.csproj" />
14+
</ItemGroup>
15+
<ItemGroup>
16+
<Folder Include="UseCases\" />
17+
</ItemGroup>
1818
</Project>

src/1-Libraries/Core/Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<RootNamespace>CanBeYours.Core</RootNamespace>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="CodeBlock.DevKit.Domain" Version="1.3.4" />
9+
<PackageReference Include="CodeBlock.DevKit.Domain" Version="1.3.5" />
1010
</ItemGroup>
1111
<ItemGroup>
1212
<Compile Update="Resources\SharedResource.Designer.cs">

src/1-Libraries/Infrastructure/Infrastructure.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<RootNamespace>CanBeYours.Infrastructure</RootNamespace>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="CodeBlock.DevKit.Infrastructure" Version="1.3.4" />
9+
<PackageReference Include="CodeBlock.DevKit.Infrastructure" Version="1.3.5" />
1010
</ItemGroup>
1111
<ItemGroup>
1212
<ProjectReference Include="..\Application\Application.csproj" />

src/2-Clients/AdminPanel/AdminPanel.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="CodeBlock.DevKit.Clients.AdminPanel" Version="1.3.4" />
9+
<PackageReference Include="CodeBlock.DevKit.Clients.AdminPanel" Version="1.3.5" />
1010
</ItemGroup>
1111
<ItemGroup>
1212
<ProjectReference Include="..\..\1-Libraries\Infrastructure\Infrastructure.csproj" />

src/2-Clients/Api/Api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="CodeBlock.DevKit.Clients.Api" Version="1.3.4" />
9+
<PackageReference Include="CodeBlock.DevKit.Clients.Api" Version="1.3.5" />
1010
</ItemGroup>
1111
<ItemGroup>
1212
<ProjectReference Include="..\..\1-Libraries\Infrastructure\Infrastructure.csproj" />

src/2-Clients/WebApp/WebApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="CodeBlock.DevKit.Clients.WebApp" Version="1.3.4" />
9+
<PackageReference Include="CodeBlock.DevKit.Clients.WebApp" Version="1.3.5" />
1010
</ItemGroup>
1111
<ItemGroup>
1212
<ProjectReference Include="..\..\1-Libraries\Infrastructure\Infrastructure.csproj" />

0 commit comments

Comments
 (0)