Skip to content

Commit

Permalink
Merge pull request #1394 from NuGetPackageExplorer/update-deps-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny committed Oct 22, 2021
2 parents 8fe6787 + f8f257b commit 7e9bb7f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Core/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<ItemGroup>
<ProjectReference Include="..\Types\Types.csproj" />
<PackageReference Include="AppInsights.WindowsDesktop" Version="2.17.10" />
<PackageReference Include="AppInsights.WindowsDesktop" Version="2.18.1" />
<PackageReference Include="Microsoft.DiaSymReader.Converter" Version="1.1.0-beta2-21110-01" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="5.0.0" />
<!--<PackageReference Include="Microsoft.SourceLink.Tools" Version="1.1.0-beta-21115-02" PrivateAssets="all" />-->
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<!--<TargetPlatformMinVersion>10.0.17134.0</TargetPlatformMinVersion>-->
<!--<TargetPlatformVersion>10.0.19041</TargetPlatformVersion>-->

<NuGetDependencyVersion>6.0.0-preview.1.117</NuGetDependencyVersion>
<NuGetDependencyVersion>6.0.0-rc.277</NuGetDependencyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
<NuGetDependencyVersion>6.0.0-xprivate.60025</NuGetDependencyVersion>
<NuGetDependencyVersion>6.0.0-xprivate.60026</NuGetDependencyVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ stages:
jobs:
- job: Build
pool:
vmImage: windows-latest
vmImage: windows-2022
strategy:
matrix:
Channel_Zip:
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.10",
"version": "6.0",
"publicReleaseRefSpec": [
"^refs/heads/main$", // we release out of main
"^refs/tags/v\\d+\\.\\d+", // we also release tags starting with vN.N
Expand Down

0 comments on commit 7e9bb7f

Please sign in to comment.