Skip to content

Commit d4e8486

Browse files
committed
update nuget packages
1 parent fc7c646 commit d4e8486

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

src/TableStorage.Abstractions.TableEntityConverters/TableStorage.Abstractions.TableEntityConverters.csproj

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,26 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;netcoreapp2.0;net462</TargetFrameworks>
5-
<Version>1.1.3</Version>
5+
<Version>1.1.4</Version>
66
<Authors>Giovanni Galbo</Authors>
77
<Company>Giovanni Galbo</Company>
8-
<Description>Easily convert POCOs (Plain Old CLR Objects) to Azure Table Storage TableEntities and vice versa. This version is for .net core</Description>
9-
<Copyright>Giovanni Galbo © 2018</Copyright>
8+
<Description>Easily convert POCOs (Plain Old CLR Objects) to Azure Table Storage TableEntities and vice versa.</Description>
9+
<Copyright>Giovanni Galbo © 2019</Copyright>
1010
<PackageLicenseUrl>https://github.com/giometrix/TableStorage.Abstractions.TableEntityConverters/blob/master/LICENSE</PackageLicenseUrl>
1111
<PackageProjectUrl>https://github.com/giometrix/TableStorage.Abstractions.TableEntityConverters</PackageProjectUrl>
1212
<RepositoryUrl>https://github.com/giometrix/TableStorage.Abstractions.TableEntityConverters</RepositoryUrl>
1313
<PackageTags>table-storage azure-table-storage poco table-entities</PackageTags>
14-
<PackageReleaseNotes>Bug fix with nullable datetimeoffset</PackageReleaseNotes>
14+
<PackageReleaseNotes>Updating nuget packages</PackageReleaseNotes>
1515
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
16+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1617
</PropertyGroup>
1718

1819
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
1920
<DefineConstants>TRACE;RELEASE;NETSTANDARD2_0</DefineConstants>
2021
</PropertyGroup>
2122

2223
<ItemGroup>
23-
<PackageReference Include="WindowsAzure.Storage" Version="8.4.0" />
24+
<PackageReference Include="WindowsAzure.Storage" Version="9.3.3" />
2425
</ItemGroup>
2526

2627
</Project>

src/TableStorage.Abstractions.UnitTests/TableStorage.Abstractions.UnitTests.csproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
9-
<PackageReference Include="xunit" Version="2.2.0" />
10-
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
8+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
9+
<PackageReference Include="xunit" Version="2.4.1" />
10+
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
11+
<PrivateAssets>all</PrivateAssets>
12+
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
13+
</PackageReference>
1114
</ItemGroup>
1215

1316
<ItemGroup>

0 commit comments

Comments
 (0)