Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit cf93d79

Browse files
committed
Update Microsoft.SqlServer.Types & NUnit NuGet packages
1 parent facca94 commit cf93d79

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ServiceStack.OrmLite.SqlServer.Converters/ServiceStack.OrmLite.SqlServer.Converters.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</PropertyGroup>
3030

3131
<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" />
3333
<ProjectReference Include="..\ServiceStack.OrmLite\ServiceStack.OrmLite.csproj" />
3434
<ProjectReference Include="..\ServiceStack.OrmLite.SqlServer\ServiceStack.OrmLite.SqlServer.csproj" />
3535
<Reference Include="..\..\lib\net45\ServiceStack.Text.dll" />

src/ServiceStack.OrmLite.SqlServerTests/ServiceStack.OrmLite.SqlServerTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="NUnit" Version="3.6.1" />
17+
<PackageReference Include="NUnit" Version="3.7.1" />
1818
<Reference Include="..\..\lib\pcl\ServiceStack.Interfaces.dll" />
1919
</ItemGroup>
2020

@@ -23,7 +23,7 @@
2323
</PropertyGroup>
2424

2525
<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" />
2727
<Reference Include="System" />
2828
<Reference Include="System.Configuration" />
2929
<Reference Include="System.Threading" />

0 commit comments

Comments
 (0)