Skip to content

Commit

Permalink
Update Packages & remove Xamarin.Legacy.Sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
AigioL committed Jul 14, 2022
1 parent f7e5419 commit 37361e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Directory.Packages.props
Expand Up @@ -176,9 +176,9 @@
<PackageVersion Include="TaskScheduler" Version="2.10.1" />

<!-- Swagger -->
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.3.1" />
<PackageVersion Include="Swashbuckle.AspNetCore.Annotations" Version="6.3.1" />
<PackageVersion Include="Swashbuckle.AspNetCore.Newtonsoft" Version="6.3.1" />
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.3.2" />
<PackageVersion Include="Swashbuckle.AspNetCore.Annotations" Version="6.3.2" />
<PackageVersion Include="Swashbuckle.AspNetCore.Newtonsoft" Version="6.3.2" />
<PackageVersion Include="AspNetCore2.NETStandard.Swashbuckle.AspNetCore" Version="6.3.1" />
<PackageVersion Include="AspNetCore2.NETStandard.Swashbuckle.AspNetCore.Annotations" Version="6.3.1" />
<PackageVersion Include="AspNetCore2.NETStandard.Swashbuckle.AspNetCore.Newtonsoft" Version="6.3.1" />
Expand All @@ -190,7 +190,7 @@
<PackageVersion Include="NPOI" Version="2.5.6" />

<!-- Github API -->
<PackageVersion Include="Octokit" Version="0.52.0" />
<PackageVersion Include="Octokit" Version="1.0.0" />

<!-- ORM -->
<PackageVersion Include="sqlite-net-pcl" Version="1.8.116" />
Expand Down
3 changes: 1 addition & 2 deletions global.json
@@ -1,6 +1,5 @@
{
"msbuild-sdks": {
"MSBuild.Sdk.Extras": "3.0.44",
"Xamarin.Legacy.Sdk": "0.1.2-alpha6"
"MSBuild.Sdk.Extras": "3.0.44"
}
}

0 comments on commit 37361e1

Please sign in to comment.