Skip to content

Commit 318504b

Browse files
authored
Merge pull request #137 from Azure-Samples/jennyf/fixNugetName
update to correct nuget version
2 parents 5dd18a6 + a59355f commit 318504b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

1. Desktop app calls Web API/TodoListService/TodoListService.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.Identity.Web" Version="1.0.0-preview" />
10+
<PackageReference Include="Microsoft.Identity.Web" Version="0.1.0-preview" />
1111
</ItemGroup>
1212
</Project>

2. Web API now calls Microsoft Graph/TodoListService/TodoListService.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.Identity.Web" Version="1.0.0-preview" />
14+
<PackageReference Include="Microsoft.Identity.Web" Version="0.1.0-preview" />
1515
</ItemGroup>
1616

1717
</Project>

3.-Web-api-call-Microsoft-graph-for-personal-accounts/TodoListService/TodoListService.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.Identity.Web" Version="1.0.0-preview" />
10+
<PackageReference Include="Microsoft.Identity.Web" Version="0.1.0-preview" />
1111
</ItemGroup>
1212

1313
</Project>

4.-Console-app-calls-web-API-with-PoP/TodoListService/TodoListService.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.Identity.Web" Version="1.0.0-preview" />
10+
<PackageReference Include="Microsoft.Identity.Web" Version="0.1.0-preview" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)