Skip to content

Commit

Permalink
Updating the samples (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmprieur authored May 29, 2020
1 parent 137d7c4 commit 26c5c4b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageType>Template</PackageType>
<PackageVersion>0.1.2</PackageVersion>
<PackageVersion>0.1.4</PackageVersion>
<PackageId>Microsoft.Identity.Web.ProjectTemplates</PackageId>
<Title>ASP.NET Core Web app and Web API templates with Microsoft identity platform</Title>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Identity.Web" Version="0.1.2-preview" />
<PackageReference Include="Microsoft.Identity.Web.UI" Version="0.1.2-preview" />
<PackageReference Include="Microsoft.Identity.Web" Version="0.1.4-preview" />
<PackageReference Include="Microsoft.Identity.Web.UI" Version="0.1.4-preview" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Identity.Web" Version="0.1.2-preview" />
<PackageReference Include="Microsoft.Identity.Web.UI" Version="0.1.2-preview" />
<PackageReference Include="Microsoft.Identity.Web" Version="0.1.4-preview" />
<PackageReference Include="Microsoft.Identity.Web.UI" Version="0.1.4-preview" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Identity.Web" Version="0.1.2-preview" />
<PackageReference Include="Microsoft.Identity.Web" Version="0.1.4-preview" />
</ItemGroup>
</Project>

0 comments on commit 26c5c4b

Please sign in to comment.