|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | | - <PropertyGroup> |
| 3 | + <PropertyGroup> |
4 | 4 | <TargetFrameworks>net472</TargetFrameworks> |
5 | 5 | <RootNamespace>Sample.Common.Beta</RootNamespace> |
6 | 6 | <AssemblyName>Sample.Common.Beta</AssemblyName> |
|
11 | 11 |
|
12 | 12 | <ItemGroup> |
13 | 13 | <PackageReference Include="MSTest.TestFramework" Version="3.5.2" /> |
14 | | - <PackageReference Include="Microsoft.Graph.Communications.Calls" Version="1.2.0-beta.9995" TargetFramework="net472" /> |
15 | | - <PackageReference Include="Microsoft.Graph.Communications.Client" Version="1.2.0-beta.9995" TargetFramework="net472" /> |
16 | | - <PackageReference Include="Microsoft.Graph.Communications.Core" Version="1.2.0-beta.9995" TargetFramework="net472" /> |
17 | | - <PackageReference Include="Microsoft.Graph.Communications.Common" Version="1.2.0-beta.9995" TargetFramework="net472" /> |
18 | | - <PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.0.1" /> |
| 14 | + <PackageReference Include="Microsoft.Graph.Communications.Calls" Version="1.2.0-beta.12553" TargetFramework="net472" /> |
| 15 | + <PackageReference Include="Microsoft.Graph.Communications.Client" Version="1.2.0-beta.12553" TargetFramework="net472" /> |
| 16 | + <PackageReference Include="Microsoft.Graph.Communications.Core" Version="1.2.0-beta.12553" TargetFramework="net472" /> |
| 17 | + <PackageReference Include="Microsoft.Graph.Communications.Common" Version="1.2.0-beta.12553" TargetFramework="net472" /> |
19 | 18 | <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
20 | 19 | <PackageReference Include="Microsoft.Extensions.Primitives" Version="8.0.0" /> |
21 | 20 | <PackageReference Include="System.Text.Encodings.Web" Version="8.0.0" /> |
22 | | - <PackageReference Include="System.Text.Json" Version="8.0.4" /> |
| 21 | + <PackageReference Include="System.Text.Json" Version="8.0.5" /> |
23 | 22 | <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" /> |
24 | | - <PackageReference Include="Microsoft.IdentityModel.Abstractions" Version="8.0.1" /> |
25 | 23 | </ItemGroup> |
26 | 24 |
|
27 | 25 | <ItemGroup Condition=" '$(TargetFramework)' == 'net472' "> |
|
0 commit comments