Skip to content

Commit 55dbd7a

Browse files
committed
Target .NET Core 3.1 and update dependencies
1 parent b365323 commit 55dbd7a

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

Apps/Extract/Extract.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp2.1</TargetFramework>
5+
<TargetFramework>netcoreapp3.1</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

Apps/Record/Record.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp2.1</TargetFramework>
5+
<TargetFramework>netcoreapp3.1</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

Apps/Watch/Watch.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp2.1</TargetFramework>
5+
<TargetFramework>netcoreapp3.1</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

TibiaAPI/TibiaAPI.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Google.Protobuf" Version="3.9.1" />
20-
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.4">
19+
<PackageReference Include="Google.Protobuf" Version="3.12.3" />
20+
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.0.0">
2121
<PrivateAssets>all</PrivateAssets>
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2323
</PackageReference>
24-
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
25-
<PackageReference Include="Portable.BouncyCastle" Version="1.8.5" />
26-
<PackageReference Include="Microsoft.CSharp" Version="4.5.0" />
24+
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
25+
<PackageReference Include="Portable.BouncyCastle" Version="1.8.6.7" />
26+
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
2727
</ItemGroup>
2828

2929
</Project>

0 commit comments

Comments
 (0)