You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
EntityFrameworkCore.Jet/build/dependencies.props

32 lines
1.6 KiB
Plaintext

<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<AspNetCoreVersion>2.1.0-*</AspNetCoreVersion>
<CoreFxVersion>4.4.0-*</CoreFxVersion>
<DiagnosticSourceVersion>4.4.1-*</DiagnosticSourceVersion>
<DependencyModelVersion>2.0.0-*</DependencyModelVersion>
<InternalAspNetCoreSdkVersion>2.1.1-*</InternalAspNetCoreSdkVersion>
<JsonNetVersion>10.0.1</JsonNetVersion>
<NETStandardImplicitPackageVersion>2.0.0-*</NETStandardImplicitPackageVersion>
<NETStandardLibraryNETFrameworkVersion>2.0.0-*</NETStandardLibraryNETFrameworkVersion>
<RelinqVersion>2.2.0-alpha-002</RelinqVersion>
<RoslynVersion>2.3.1</RoslynVersion>
<RuntimeFrameworkVersion Condition="'$(TargetFramework)'=='netcoreapp2.0'">2.0.0-*</RuntimeFrameworkVersion>
<SQLitePCLRawVersion>1.1.8</SQLitePCLRawVersion>
<StyleCopAnalyzersVersion>1.0.0</StyleCopAnalyzersVersion>
<SystemCollectionsImmutableVersion>1.4.0-*</SystemCollectionsImmutableVersion>
<SystemInteractiveAsyncVersion>3.1.1</SystemInteractiveAsyncVersion>
<TestSdkVersion>15.3.0</TestSdkVersion>
<XunitVersion>2.3.0-beta4-build3742</XunitVersion>
<XunitVersionInSpecProjects>2.2.0</XunitVersionInSpecProjects>
</PropertyGroup>
<!-- Following package versions must match with what is available on NuGet -->
<PropertyGroup>
<BenchmarkDotNetVersion>0.10.9</BenchmarkDotNetVersion>
<EF6Version>6.1.3</EF6Version>
<EFCore1Version>1.1.2</EFCore1Version>
<EFCore1SqlClientVersion>4.3.1</EFCore1SqlClientVersion>
<EFCore2Version>2.0.0</EFCore2Version>
<EFCore2SqlClientVersion>4.4.0</EFCore2SqlClientVersion>
</PropertyGroup>
</Project>