-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump MessagePack from 2.5.124 to 2.5.171
Bumps MessagePack from 2.5.124 to 2.5.171. --- updated-dependencies: - dependency-name: MessagePack dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
0ca3d12
commit 6de7a03
Showing
1 changed file
with
27 additions
and
27 deletions.
There are no files selected for viewing
54 changes: 27 additions & 27 deletions
54
src/TableStorage.MessagePack.Source/TableStorage.MessagePack.Source.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<AssemblyName>Devlooped.TableStorage.MessagePack.Source</AssemblyName> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<IsPackable>true</IsPackable> | ||
<PackBuildOutput>false</PackBuildOutput> | ||
<PackCompile>true</PackCompile> | ||
<Description>A source-only MessagePack binary serializer for use with document-based repositories.</Description> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="NuGetizer" Version="1.1.1" /> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" /> | ||
<PackageReference Include="MessagePack" Version="2.5.124" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\TableStorage.Source\TableStorage.Source.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Compile Include="..\TableStorage.MessagePack\**\*.cs" Exclude="..\TableStorage.MessagePack\Visibility.cs;..\TableStorage.MessagePack\obj\**\*.cs;" /> | ||
<None Update="Devlooped.TableStorage.MessagePack.Source.targets" PackFolder="build" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<AssemblyName>Devlooped.TableStorage.MessagePack.Source</AssemblyName> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<IsPackable>true</IsPackable> | ||
<PackBuildOutput>false</PackBuildOutput> | ||
<PackCompile>true</PackCompile> | ||
<Description>A source-only MessagePack binary serializer for use with document-based repositories.</Description> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="NuGetizer" Version="1.1.1" /> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" /> | ||
<PackageReference Include="MessagePack" Version="2.5.171" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\TableStorage.Source\TableStorage.Source.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Compile Include="..\TableStorage.MessagePack\**\*.cs" Exclude="..\TableStorage.MessagePack\Visibility.cs;..\TableStorage.MessagePack\obj\**\*.cs;" /> | ||
<None Update="Devlooped.TableStorage.MessagePack.Source.targets" PackFolder="build" /> | ||
</ItemGroup> | ||
|
||
</Project> |