-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
83a8328
commit 65a8a5c
Showing
73 changed files
with
2,398 additions
and
1,793 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 11 additions & 22 deletions
33
Cassandra.Fluent.Migrator.Common/Cassandra.Fluent.Migrator.Common.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,17 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netcoreapp3.1</TargetFramework> | ||
<CodeAnalysisRuleSet>$(SolutionDir)\StyleCopRules.ruleset</CodeAnalysisRuleSet> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<TargetFramework>netstandard2.1</TargetFramework> | ||
<NoWarn>$(NoWarn);1591</NoWarn> | ||
<LangVersion>10</LangVersion> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='$(Configuration)|AnyCPU'"> | ||
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='$(Configuration)|AnyCPU'"> | ||
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.10" /> | ||
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="3.1.10" /> | ||
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.10" /> | ||
<PackageReference Include="Microsoft.Extensions.Options" Version="3.1.10" /> | ||
<PackageReference Include="Moq" Version="4.15.2" /> | ||
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Cassandra.Fluent.Migrator\Cassandra.Fluent.Migrator.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Cassandra.Fluent.Migrator\Cassandra.Fluent.Migrator.csproj"/> | ||
</ItemGroup> | ||
|
||
</Project> |
96 changes: 0 additions & 96 deletions
96
Cassandra.Fluent.Migrator.Common/Configuration/CassandraExtensions.cs
This file was deleted.
Oops, something went wrong.
48 changes: 0 additions & 48 deletions
48
Cassandra.Fluent.Migrator.Common/Configuration/InitialMigration.cs
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
Cassandra.Fluent.Migrator.Common/Configuration/Models/Address.cs
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
Cassandra.Fluent.Migrator.Common/Configuration/Models/Users.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.