Skip to content

Commit b55e78b

Browse files
Build with 6.x SDK & bump ver
1 parent 258b675 commit b55e78b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

AppInsights.WindowsDesktop/AppInsights.WindowsDesktop.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.18.0" />
2525
</ItemGroup>
2626

27-
<ItemGroup Condition="$(TargetFramework.Contains('-windows'))">
27+
<ItemGroup Condition="$(TargetFramework.Contains('5.0-windows'))">
2828
<PackageReference Include="System.Management" Version="5.0.0" />
2929
</ItemGroup>
3030

azure-pipelines.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ stages:
1515
jobs:
1616
- job: Build
1717
pool:
18-
vmImage: windows-latest
18+
vmImage: windows-2022
1919

2020
variables:
2121
BuildConfiguration: Release
@@ -24,7 +24,8 @@ stages:
2424
steps:
2525
- task: UseDotNet@2
2626
inputs:
27-
version: 5.x
27+
version: 6.x
28+
includePreviewVersions: true
2829

2930
- task: DotNetCoreCLI@2
3031
inputs:

version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.17",
2+
"version": "2.18",
33
"publicReleaseRefSpec": [
44
"^refs/heads/main$", // we release out of main
55
"^refs/heads/dev$", // we release out of develop

0 commit comments

Comments
 (0)