Skip to content

Commit

Permalink
Merge pull request #8 from hsaito/dependabot/nuget/Microsoft.PowerShe…
Browse files Browse the repository at this point in the history
…ll.SDK-7.0.0

Bump Microsoft.PowerShell.SDK from 6.2.3 to 7.0.0
  • Loading branch information
hsaito committed Mar 7, 2020
2 parents 6c6a98d + 4a7c5ce commit d79218f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PSOpenLocationCode/PSOpenLocationCode.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Authors>Hideki Saito</Authors>
<Title>PSOpenLocationCode</Title>
<Product>PSOpenLocationCode</Product>
Expand All @@ -17,7 +17,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.2.3" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.0.0" />
<PackageReference Include="OpenLocationCode" Version="2.1.1" />
</ItemGroup>

Expand Down

0 comments on commit d79218f

Please sign in to comment.