Merge branch 'main' into test.fix.main

This commit is contained in:
Nikola Milosavljevic 2023-04-28 00:13:26 -07:00 committed by GitHub
commit 91ea65e4b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

View file

@ -102,22 +102,22 @@
<Uri>https://github.com/dotnet/test-templates</Uri>
<Sha>45a41b353d078e4d1e5918246fddbacb452eb210</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-preview.5.23226.13">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-preview.5.23227.2">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>880798d13942d41e61201e4281604560eade31e9</Sha>
<Sha>e92224416f919bc34a8b241ef83e54a113f3d856</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-preview.5.23226.13">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-preview.5.23227.2">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>880798d13942d41e61201e4281604560eade31e9</Sha>
<Sha>e92224416f919bc34a8b241ef83e54a113f3d856</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-preview.5.23226.13">
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-preview.5.23227.2">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>880798d13942d41e61201e4281604560eade31e9</Sha>
<Sha>e92224416f919bc34a8b241ef83e54a113f3d856</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-preview.5.23226.13">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-preview.5.23227.2">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>880798d13942d41e61201e4281604560eade31e9</Sha>
<Sha>e92224416f919bc34a8b241ef83e54a113f3d856</Sha>
</Dependency>
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="8.0.0-preview.4.23224.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

@ -78,9 +78,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-preview.5.23226.13</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.100-preview.5.23226.13</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-preview.5.23226.13</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-preview.5.23227.2</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.100-preview.5.23227.2</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-preview.5.23227.2</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>