|
8 | 8 | <Description>Application Insights for ASP.NET Core web applications. See https://azure.microsoft.com/documentation/articles/app-insights-asp-net-five/ for more information. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156</Description> |
9 | 9 | <RepositoryType>git</RepositoryType> |
10 | 10 | <RepositoryUrl>https://github.com/Microsoft/ApplicationInsights-aspnetcore.git</RepositoryUrl> |
11 | | - |
12 | 11 | <TargetFrameworks>net451;net46;netstandard1.6;netstandard2.0</TargetFrameworks> |
13 | 12 | <TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard1.6;netstandard2.0</TargetFrameworks> |
14 | 13 |
|
|
52 | 51 | <PackageReference Include="StyleCop.Analyzers" Version="1.1.118"> |
53 | 52 | <PrivateAssets>All</PrivateAssets> |
54 | 53 | </PackageReference> |
55 | | - <PackageReference Include="MicroBuild.Core" Version="0.3.0"> |
56 | | - <PrivateAssets>All</PrivateAssets> |
57 | | - </PackageReference> |
58 | 54 | </ItemGroup> |
59 | 55 |
|
60 | 56 | <ItemGroup> |
|
66 | 62 | <PackageReference Include="Microsoft.AspNetCore.Hosting" Version="1.0.2" /> |
67 | 63 | <PackageReference Include="System.Text.Encodings.Web" Version="4.3.1" /> |
68 | 64 | <PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.5.0" /> |
| 65 | + <PackageReference Include="MicroBuild.Core" Version="0.3.0"> |
| 66 | + <PrivateAssets>All</PrivateAssets> |
| 67 | + </PackageReference> |
69 | 68 | </ItemGroup> |
70 | 69 |
|
71 | 70 | <ItemGroup Condition=" '$(TargetFramework)' != 'netstandard2.0' "> |
|
90 | 89 | </ItemGroup> |
91 | 90 |
|
92 | 91 | <ImportGroup Condition=" '$(OS)' == 'Windows_NT' "> |
93 | | - <!--3 files are required for signing in this order: Signing.props, MicroBuild.Core.props, and MicroBuild.Core.targets--> |
| 92 | + <!-- 1 file is required for signing: Signing.props --> |
94 | 93 | <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), 'Signing.props'))\Signing.props" /> |
95 | | - <Import Project="..\..\..\packages\MicroBuild.Core.0.3.0\build\MicroBuild.Core.props" Condition="Exists('..\..\..\packages\MicroBuild.Core.0.3.0\build\MicroBuild.Core.props')" /> |
96 | | - <Import Project="..\..\..\packages\MicroBuild.Core.0.3.0\build\MicroBuild.Core.targets" Condition="Exists('..\..\..\packages\MicroBuild.Core.0.3.0\build\MicroBuild.Core.targets')" /> |
97 | 94 | </ImportGroup> |
98 | 95 | </Project> |
0 commit comments