File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
examples/src/EntityFrameworkCore.Ydb.Yandex.Cloud Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11using CommandLine ;
22
3- namespace EntityFramework . Yandex . Cloud ;
3+ namespace EntityFrameworkCore . Ydb . Yandex . Cloud ;
44
55internal class CmdOptions
66{
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 11using CommandLine ;
2- using EntityFramework . Yandex . Cloud ;
32using EntityFrameworkCore . Ydb . Extensions ;
3+ using EntityFrameworkCore . Ydb . Yandex . Cloud ;
44using Microsoft . EntityFrameworkCore ;
55using Microsoft . Extensions . Logging ;
66using Ydb . Sdk . Yc ;
You can’t perform that action at this time.
0 commit comments