Skip to content

Commit 2524fd2

Browse files
Bump System.Memory and Microsoft.NETFramework.ReferenceAssemblies (#946)
Bumps [System.Memory](https://github.com/dotnet/maintenance-packages) and [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet). These dependencies needed to be updated together. Updates `System.Memory` from 4.6.0 to 4.6.3 - [Release notes](https://github.com/dotnet/maintenance-packages/releases) - [Commits](https://github.com/dotnet/maintenance-packages/commits) Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) --- updated-dependencies: - dependency-name: System.Memory dependency-version: 4.6.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cd3d63b commit 2524fd2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/net/KNet.Serialization.MessagePack/KNet.Serialization.MessagePack.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<Import Project="..\Common\Common.props" />
33
<PropertyGroup>
44
<OutputPath>..\..\..\bin\</OutputPath>
@@ -18,7 +18,7 @@
1818
<None Include="..\..\documentation\articles\usageSerDes.md" Pack="true" PackagePath="\" />
1919
</ItemGroup>
2020
<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
21-
<PackageReference Include="System.Memory" Version="4.6.0" />
21+
<PackageReference Include="System.Memory" Version="4.6.3" />
2222
</ItemGroup>
2323
<ItemGroup>
2424
<PackageReference Include="MessagePack" Version="3.1.3" />

src/net/KNet.Serialization.Protobuf/KNet.Serialization.Protobuf.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<None Include="..\..\documentation\articles\usageSerDes.md" Pack="true" PackagePath="\" />
1919
</ItemGroup>
2020
<ItemGroup>
21-
<PackageReference Include="Google.Protobuf" Version="3.29.3" />
21+
<PackageReference Include="Google.Protobuf" Version="3.30.1" />
2222
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
2323
<PrivateAssets>all</PrivateAssets>
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

src/net/KNetCLI/KNetCLI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<None Include="..\..\documentation\articles\usageCLI.md" Pack="true" PackagePath="\" />
3939
</ItemGroup>
4040
<ItemGroup>
41-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.12.0" />
41+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.13.0" />
4242
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
4343
</ItemGroup>
4444
<ItemGroup>

0 commit comments

Comments
 (0)