Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed May 1, 2019
1 parent b2b31ad commit 0222348
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions AppInsights.WindowsDesktop/AppInsights.WindowsDesktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.10.0-beta3" />
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.10.0-beta4" />
<PackageReference Include="Nerdbank.GitVersioning" Version="2.3.138" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-18618-05" PrivateAssets="All" />


</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
<PackageReference Include="System.Management" Version="4.6.0-preview3.19128.7" />
<PackageReference Include="Microsoft.Win32.Registry" Version="4.6.0-preview3.19128.7" />
<PackageReference Include="System.Management" Version="4.6.0-preview4.19212.13" />
<PackageReference Include="Microsoft.Win32.Registry" Version="4.6.0-preview4.19212.13" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net461'">
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ variables:
steps:
- task: DotNetCoreInstaller@0
inputs:
version: '3.0.100-preview4-010963'
version: '3.0.100-preview4-011223'

- task: DotNetCoreCLI@2
inputs:
Expand Down

0 comments on commit 0222348

Please sign in to comment.