|
36 | 36 | <WarningLevel>4</WarningLevel>
|
37 | 37 | </PropertyGroup>
|
38 | 38 | <ItemGroup>
|
39 |
| - <Reference Include="Microsoft.Identity.Client, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL"> |
40 |
| - <HintPath>..\packages\Microsoft.Identity.Client.4.0.0\lib\net45\Microsoft.Identity.Client.dll</HintPath> |
41 |
| - </Reference> |
42 |
| - <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
43 |
| - <HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> |
44 |
| - </Reference> |
45 | 39 | <Reference Include="System" />
|
46 | 40 | <Reference Include="System.Configuration" />
|
47 | 41 | <Reference Include="System.Data" />
|
|
102 | 96 | <Generator>ResXFileCodeGenerator</Generator>
|
103 | 97 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
104 | 98 | </EmbeddedResource>
|
105 |
| - <None Include="packages.config"> |
106 |
| - <SubType>Designer</SubType> |
107 |
| - </None> |
108 | 99 | <None Include="Properties\Settings.settings">
|
109 | 100 | <Generator>SettingsSingleFileGenerator</Generator>
|
110 | 101 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
116 | 107 | <SubType>Designer</SubType>
|
117 | 108 | </None>
|
118 | 109 | </ItemGroup>
|
| 110 | + <ItemGroup> |
| 111 | + <PackageReference Include="Microsoft.Identity.Client"> |
| 112 | + <Version>4.1.0</Version> |
| 113 | + </PackageReference> |
| 114 | + <PackageReference Include="Newtonsoft.Json"> |
| 115 | + <Version>11.0.2</Version> |
| 116 | + </PackageReference> |
| 117 | + </ItemGroup> |
119 | 118 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
120 | 119 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
121 | 120 | Other similar extension points exist, see Microsoft.Common.targets.
|
|
0 commit comments