This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
ServiceStack.OrmLite.SqlServer.Converters
ServiceStack.OrmLite.SqlServerTests Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
</PropertyGroup >
30
30
31
31
<ItemGroup Condition =" '$(TargetFramework)' == 'net45' " >
32
- <PackageReference Include =" Microsoft.SqlServer.Types" Version =" 11 .0.2 " />
32
+ <PackageReference Include =" Microsoft.SqlServer.Types" Version =" 14 .0.314.76 " />
33
33
<ProjectReference Include =" ..\ServiceStack.OrmLite\ServiceStack.OrmLite.csproj" />
34
34
<ProjectReference Include =" ..\ServiceStack.OrmLite.SqlServer\ServiceStack.OrmLite.SqlServer.csproj" />
35
35
<Reference Include =" ..\..\lib\net45\ServiceStack.Text.dll" />
Original file line number Diff line number Diff line change 14
14
</PropertyGroup >
15
15
16
16
<ItemGroup >
17
- <PackageReference Include =" NUnit" Version =" 3.6 .1" />
17
+ <PackageReference Include =" NUnit" Version =" 3.7 .1" />
18
18
<Reference Include =" ..\..\lib\pcl\ServiceStack.Interfaces.dll" />
19
19
</ItemGroup >
20
20
23
23
</PropertyGroup >
24
24
25
25
<ItemGroup Condition =" '$(TargetFramework)' == 'net45' " >
26
- <PackageReference Include =" Microsoft.SqlServer.Types" Version =" 11 .0.2 " />
26
+ <PackageReference Include =" Microsoft.SqlServer.Types" Version =" 14 .0.314.76 " />
27
27
<Reference Include =" System" />
28
28
<Reference Include =" System.Configuration" />
29
29
<Reference Include =" System.Threading" />
You can’t perform that action at this time.
0 commit comments