38
38
<SignAssembly >false</SignAssembly >
39
39
</PropertyGroup >
40
40
<ItemGroup >
41
- <Reference Include =" Kros.Utils, Version=1.11.0.0, Culture=neutral, processorArchitecture=MSIL" >
42
- <HintPath >..\packages\Kros.Utils.1.11.0\lib\net46\Kros.Utils.dll</HintPath >
43
- </Reference >
44
- <Reference Include =" Microsoft.Data.SqlClient, Version=1.10.19324.4, Culture=neutral, PublicKeyToken=23ec7fc2d6eaa4a5, processorArchitecture=MSIL" >
45
- <HintPath >..\packages\Microsoft.Data.SqlClient.1.1.0\lib\net46\Microsoft.Data.SqlClient.dll</HintPath >
46
- </Reference >
47
- <Reference Include =" Microsoft.Identity.Client, Version=3.0.8.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL" >
48
- <HintPath >..\packages\Microsoft.Identity.Client.3.0.8\lib\net45\Microsoft.Identity.Client.dll</HintPath >
49
- </Reference >
50
- <Reference Include =" Microsoft.IdentityModel.JsonWebTokens, Version=5.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
51
- <HintPath >..\packages\Microsoft.IdentityModel.JsonWebTokens.5.5.0\lib\net451\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath >
52
- </Reference >
53
- <Reference Include =" Microsoft.IdentityModel.Logging, Version=5.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
54
- <HintPath >..\packages\Microsoft.IdentityModel.Logging.5.5.0\lib\net451\Microsoft.IdentityModel.Logging.dll</HintPath >
55
- </Reference >
56
- <Reference Include =" Microsoft.IdentityModel.Protocols, Version=5.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
57
- <HintPath >..\packages\Microsoft.IdentityModel.Protocols.5.5.0\lib\net451\Microsoft.IdentityModel.Protocols.dll</HintPath >
58
- </Reference >
59
- <Reference Include =" Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=5.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
60
- <HintPath >..\packages\Microsoft.IdentityModel.Protocols.OpenIdConnect.5.5.0\lib\net451\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll</HintPath >
61
- </Reference >
62
- <Reference Include =" Microsoft.IdentityModel.Tokens, Version=5.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
63
- <HintPath >..\packages\Microsoft.IdentityModel.Tokens.5.5.0\lib\net451\Microsoft.IdentityModel.Tokens.dll</HintPath >
64
- </Reference >
65
- <Reference Include =" Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
66
- <HintPath >..\packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.dll</HintPath >
67
- </Reference >
68
41
<Reference Include =" System" />
69
42
<Reference Include =" System.Core" />
70
43
<Reference Include =" Microsoft.CSharp" />
71
44
<Reference Include =" System.Data" />
72
- <Reference Include =" System.Data.Common, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
73
- <HintPath >..\packages\System.Data.Common.4.3.0\lib\net451\System.Data.Common.dll</HintPath >
74
- </Reference >
75
45
<Reference Include =" System.Data.DataSetExtensions" />
76
46
<Reference Include =" System.Drawing" />
77
47
<Reference Include =" System.IdentityModel" />
78
- <Reference Include =" System.IdentityModel.Tokens.Jwt, Version=5.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
79
- <HintPath >..\packages\System.IdentityModel.Tokens.Jwt.5.5.0\lib\net451\System.IdentityModel.Tokens.Jwt.dll</HintPath >
80
- </Reference >
81
48
<Reference Include =" System.Net.Http" />
82
49
<Reference Include =" System.Windows.Forms" />
83
50
<Reference Include =" System.Xml" />
120
87
</ItemGroup >
121
88
<ItemGroup >
122
89
<None Include =" Kros.Utils.MsAccess.nuspec" />
123
- <None Include =" packages.config" />
90
+ </ItemGroup >
91
+ <ItemGroup >
92
+ <PackageReference Include =" Kros.Utils" >
93
+ <Version >1.18.0</Version >
94
+ </PackageReference >
124
95
</ItemGroup >
125
96
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
126
- <Import Project =" ..\packages\Microsoft.Data.SqlClient.SNI.1.1.0\build\net46\Microsoft.Data.SqlClient.SNI.targets" Condition =" Exists('..\packages\Microsoft.Data.SqlClient.SNI.1.1.0\build\net46\Microsoft.Data.SqlClient.SNI.targets')" />
127
- <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
128
- <PropertyGroup >
129
- <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
130
- </PropertyGroup >
131
- <Error Condition =" !Exists('..\packages\Microsoft.Data.SqlClient.SNI.1.1.0\build\net46\Microsoft.Data.SqlClient.SNI.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Data.SqlClient.SNI.1.1.0\build\net46\Microsoft.Data.SqlClient.SNI.targets'))" />
132
- </Target >
133
97
</Project >
0 commit comments