-
Notifications
You must be signed in to change notification settings - Fork 287
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #496 from Microsoft/cithomas/vs2017upgrade
Update to VS 2017
- Loading branch information
Showing
29 changed files
with
419 additions
and
493 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
del /q %TEMP%\VisualStudioTestExplorerExtensions\* | ||
for /d %%x in (%TEMP%\VisualStudioTestExplorerExtensions\*) do @rd /s /q "%%x" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
84 changes: 84 additions & 0 deletions
84
src/Microsoft.ApplicationInsights.AspNetCore/Microsoft.ApplicationInsights.AspNetCore.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<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> | ||
<Copyright>Copyright © Microsoft. All Rights Reserved.</Copyright> | ||
<AssemblyTitle>Application Insights for ASP.NET Core Web Applications</AssemblyTitle> | ||
<VersionPrefix>2.1.1</VersionPrefix> | ||
<Authors>Microsoft</Authors> | ||
<TargetFrameworks>net451;netstandard1.6</TargetFrameworks> | ||
<DelaySign>true</DelaySign> | ||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
<AssemblyName>Microsoft.ApplicationInsights.AspNetCore</AssemblyName> | ||
<AssemblyOriginatorKeyFile>../../keys/35MSSharedLib1024.snk</AssemblyOriginatorKeyFile> | ||
<SignAssembly>true</SignAssembly> | ||
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign> | ||
<PackageId>Microsoft.ApplicationInsights.AspNetCore</PackageId> | ||
<PackageTags>Analytics;ApplicationInsights;Telemetry;AppInsights;aspnetcore</PackageTags> | ||
<PackageIconUrl>https://appanacdn.blob.core.windows.net/cdn/icons/aic.png</PackageIconUrl> | ||
<PackageProjectUrl>https://go.microsoft.com/fwlink/?LinkId=392727</PackageProjectUrl> | ||
<PackageLicenseUrl>https://go.microsoft.com/fwlink/?LinkID=510709</PackageLicenseUrl> | ||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||
<RepositoryType>git</RepositoryType> | ||
<RepositoryUrl>https://github.com/Microsoft/ApplicationInsights-aspnetcore.git</RepositoryUrl> | ||
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.6' ">1.6.1</NetStandardImplicitPackageVersion> | ||
<OutputPath Condition="'$(OutputPath)'=='' ">..\..\artifacts\src\$(MSBuildProjectName)</OutputPath> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Desktop.Analyzers" Version="1.2.0-beta2"> | ||
<PrivateAssets>All</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.ApiDesignGuidelines.Analyzers" Version="1.2.0-beta2"> | ||
<PrivateAssets>All</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="1.0.2" /> | ||
<PackageReference Include="Microsoft.Extensions.Configuration" Version="1.0.2" /> | ||
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="1.0.2" /> | ||
<PackageReference Include="Microsoft.Extensions.DiagnosticAdapter" Version="1.0.2" /> | ||
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="1.0.2" /> | ||
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="1.2.0-beta2"> | ||
<PrivateAssets>All</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.Composition.Analyzers" Version="1.2.0-beta2"> | ||
<PrivateAssets>All</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.Maintainability.Analyzers" Version="1.2.0-beta2"> | ||
<PrivateAssets>All</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.QualityGuidelines.Analyzers" Version="1.2.0-beta2"> | ||
<PrivateAssets>All</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="Roslyn.Diagnostics.Analyzers" Version="1.2.0-beta2"> | ||
<PrivateAssets>All</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="System.Collections.Immutable.Analyzers" Version="1.2.0-beta2"> | ||
<PrivateAssets>All</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="System.Runtime.Analyzers" Version="1.2.0-beta2"> | ||
<PrivateAssets>All</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="System.Runtime.InteropServices.Analyzers" Version="1.2.0-beta2"> | ||
<PrivateAssets>All</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="System.Text.Encodings.Web" Version="4.3.1" /> | ||
<PackageReference Include="System.Threading.Tasks.Analyzers" Version="1.2.0-beta2"> | ||
<PrivateAssets>All</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.4.0" /> | ||
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.4.1" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' "> | ||
<PackageReference Include="System.Net.Http" Version="4.3.1" /> | ||
<PackageReference Include="Microsoft.ApplicationInsights.PerfCounterCollector" Version="2.4.1" /> | ||
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version="2.4.0" /> | ||
<Reference Include="System" /> | ||
<Reference Include="Microsoft.CSharp" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.6' "> | ||
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" /> | ||
</ItemGroup> | ||
|
||
</Project> |
29 changes: 0 additions & 29 deletions
29
src/Microsoft.ApplicationInsights.AspNetCore/Microsoft.ApplicationInsights.AspNetCore.xproj
This file was deleted.
Oops, something went wrong.
109 changes: 0 additions & 109 deletions
109
src/Microsoft.ApplicationInsights.AspNetCore/project.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.