File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
VisualPinball.Engine.Mpf.Test Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
5
<TargetFramework >netcoreapp3.1</TargetFramework >
6
- <LangVersion >7.3 </LangVersion >
6
+ <LangVersion >9.0 </LangVersion >
7
7
<AppendRuntimeIdentifierToOutputPath >false</AppendRuntimeIdentifierToOutputPath >
8
8
</PropertyGroup >
9
9
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net4.7.2</TargetFramework >
5
- <LangVersion >7.3 </LangVersion >
5
+ <LangVersion >9.0 </LangVersion >
6
6
<AssemblyVersion >0.1.0.0</AssemblyVersion >
7
7
<AppendRuntimeIdentifierToOutputPath >false</AppendRuntimeIdentifierToOutputPath >
8
8
<CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
16
16
</PropertyGroup >
17
17
18
18
<ItemGroup >
19
- <PackageReference Include =" Grpc.Tools" Version =" 2.38.1 " >
19
+ <PackageReference Include =" Grpc.Tools" Version =" 2.42.0 " >
20
20
<PrivateAssets >all</PrivateAssets >
21
21
<IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
22
22
</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 " />
26
26
<PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.2" >
27
27
<PrivateAssets >all</PrivateAssets >
28
28
</PackageReference >
You can’t perform that action at this time.
0 commit comments