Skip to content

Commit 88943b3

Browse files
jsm174freezy
authored andcommitted
misc: bump deps
1 parent bdaf193 commit 88943b3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

VisualPinball.Engine.Mpf.Test/VisualPinball.Engine.Mpf.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp3.1</TargetFramework>
6-
<LangVersion>7.3</LangVersion>
6+
<LangVersion>9.0</LangVersion>
77
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
88
</PropertyGroup>
99

VisualPinball.Engine.Mpf/VisualPinball.Engine.Mpf.csproj

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

33
<PropertyGroup>
44
<TargetFramework>net4.7.2</TargetFramework>
5-
<LangVersion>7.3</LangVersion>
5+
<LangVersion>9.0</LangVersion>
66
<AssemblyVersion>0.1.0.0</AssemblyVersion>
77
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
88
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
@@ -16,13 +16,13 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Grpc.Tools" Version="2.38.1">
19+
<PackageReference Include="Grpc.Tools" Version="2.42.0">
2020
<PrivateAssets>all</PrivateAssets>
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2222
</PackageReference>
23-
<PackageReference Include="Grpc" Version="2.38.1" />
24-
<PackageReference Include="Google.Protobuf" Version="3.17.3" />
25-
<PackageReference Include="NLog" Version="4.7.10" />
23+
<PackageReference Include="Grpc" Version="2.42.0" />
24+
<PackageReference Include="Google.Protobuf" Version="3.19.1" />
25+
<PackageReference Include="NLog" Version="4.7.12" />
2626
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2">
2727
<PrivateAssets>all</PrivateAssets>
2828
</PackageReference>

0 commit comments

Comments
 (0)