Skip to content

Commit

Permalink
Merge pull request #89 from alopezlago/alopezlago/public_3_8_3
Browse files Browse the repository at this point in the history
Merged PR 200: v3.8.3 - Upgrade various dependencies, including Disco…
  • Loading branch information
alopezlago authored Jul 6, 2021
2 parents a0a54de + b04c514 commit 11753ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions QuizBowlDiscordScoreTracker/QuizBowlDiscordScoreTracker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>3.8.2</Version>
<Version>3.8.3</Version>
<Authors>Alejandro Lopez-Lago</Authors>
<Company />
<Product>Quiz Bowl Discord Score Tracker</Product>
Expand All @@ -13,18 +13,18 @@

<ItemGroup>
<PackageReference Include="ClosedXML" Version="0.95.4" />
<PackageReference Include="Discord.Net" Version="2.3.0" />
<PackageReference Include="Google.Apis.Sheets.v4" Version="1.49.0.2175" />
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.3.0">
<PackageReference Include="Discord.Net" Version="2.4.0" />
<PackageReference Include="Google.Apis.Sheets.v4" Version="1.52.0.2338" />
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.3.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.2">
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.7">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.2">
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.7">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="Moq" Version="4.16.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.2" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.2" />
<PackageReference Include="Discord.Net" Version="2.3.0" />
<PackageReference Include="Discord.Net" Version="2.4.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 11753ee

Please sign in to comment.