Skip to content

Commit 116e98d

Browse files
committed
Updated EFCore ref version to 2.*. Updated Nuget to 1.0.2
1 parent 1ed2f43 commit 116e98d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

EFCoreFluent/src/EFCoreFluent/Snickler.EFCore.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard1.4;netstandard2.0</TargetFrameworks>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6-
<AssemblyVersion>1.0.0.1</AssemblyVersion>
7-
<FileVersion>1.0.0.1</FileVersion>
6+
<AssemblyVersion>1.0.2</AssemblyVersion>
7+
<FileVersion>1.0.2</FileVersion>
88
<PackageTags>snickler.efcore,entityframeworkcore,fluent,storedprocedure</PackageTags>
99
<PackageProjectUrl>https://github.com/snickler/EFCore-FluentStoredProcedure</PackageProjectUrl>
1010
<Copyright></Copyright>
1111
<PackageLicenseUrl>https://github.com/snickler/EFCore-FluentStoredProcedure/blob/master/LICENSE</PackageLicenseUrl>
1212
<Authors>Jeremy Sinclair, contributors</Authors>
13-
<Version>1.0.1</Version>
13+
<Version>1.0.2</Version>
1414
<Description>Fluent Stored Procedure Extensions for EntityFrameworkCore</Description>
1515
<PackageId>Snickler.EFCore</PackageId>
1616
<Product>Snickler.EFCore</Product>
@@ -21,7 +21,7 @@
2121
</ItemGroup>
2222

2323
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
24-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="2.0.2" />
24+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="2.*" />
2525
</ItemGroup>
2626

2727
</Project>

0 commit comments

Comments
 (0)