Skip to content

Commit 55bdbe7

Browse files
fix namespace
1 parent 0d6c67a commit 55bdbe7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/src/EntityFrameworkCore.Ydb.Yandex.Cloud/CmdOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using CommandLine;
22

3-
namespace EntityFramework.Yandex.Cloud;
3+
namespace EntityFrameworkCore.Ydb.Yandex.Cloud;
44

55
internal class CmdOptions
66
{

examples/src/EntityFrameworkCore.Ydb.Yandex.Cloud/EntityFrameworkCore.Ydb.Yandex.Cloud.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
8-
<RootNamespace>EntityFramework.Yandex.Cloud</RootNamespace>
8+
<RootNamespace>EntityFrameworkCore.Ydb.Yandex.Cloud</RootNamespace>
99
</PropertyGroup>
1010

1111
<ItemGroup>

examples/src/EntityFrameworkCore.Ydb.Yandex.Cloud/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using CommandLine;
2-
using EntityFramework.Yandex.Cloud;
32
using EntityFrameworkCore.Ydb.Extensions;
3+
using EntityFrameworkCore.Ydb.Yandex.Cloud;
44
using Microsoft.EntityFrameworkCore;
55
using Microsoft.Extensions.Logging;
66
using Ydb.Sdk.Yc;

0 commit comments

Comments
 (0)