Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Roslyn apis to generate Platform Not Supported Assemblies #40296

Merged
merged 5 commits into from
Aug 18, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update arcade version
  • Loading branch information
Anipik committed Aug 15, 2020
commit e21d2d778cc04660a3b02abec1859bd87b8909fc
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ea8f37e8982dc22022b33c5e151081ad04d923a6</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenAPI" Version="5.0.0-beta.20414.7">
<Dependency Name="Microsoft.DotNet.GenAPI" Version="5.0.0-beta.20414.16">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>d0634ff8716a7ea33396d1bda3ef0a03949f23ac</Sha>
<Sha>89b5ce0df8958006752f50264eab47f6e4866081</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenFacades" Version="5.0.0-beta.20414.7">
<Dependency Name="Microsoft.DotNet.GenFacades" Version="5.0.0-beta.20414.16">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>d0634ff8716a7ea33396d1bda3ef0a03949f23ac</Sha>
<Sha>89b5ce0df8958006752f50264eab47f6e4866081</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="5.0.0-beta.20407.3">
<Uri>https://github.com/dotnet/arcade</Uri>
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
<MicrosoftDotNetApiCompatVersion>5.0.0-beta.20407.3</MicrosoftDotNetApiCompatVersion>
<MicrosoftDotNetBuildTasksFeedVersion>5.0.0-beta.20407.3</MicrosoftDotNetBuildTasksFeedVersion>
<MicrosoftDotNetCodeAnalysisVersion>5.0.0-beta.20407.3</MicrosoftDotNetCodeAnalysisVersion>
<MicrosoftDotNetGenAPIVersion>5.0.0-beta.20414.7</MicrosoftDotNetGenAPIVersion>
<MicrosoftDotNetGenFacadesVersion>5.0.0-beta.20414.7</MicrosoftDotNetGenFacadesVersion>
<MicrosoftDotNetGenAPIVersion>5.0.0-beta.20414.16</MicrosoftDotNetGenAPIVersion>
<MicrosoftDotNetGenFacadesVersion>5.0.0-beta.20414.16</MicrosoftDotNetGenFacadesVersion>
<MicrosoftDotNetXUnitExtensionsVersion>5.0.0-beta.20407.3</MicrosoftDotNetXUnitExtensionsVersion>
<MicrosoftDotNetXUnitConsoleRunnerVersion>2.5.1-beta.20407.3</MicrosoftDotNetXUnitConsoleRunnerVersion>
<MicrosoftDotNetBuildTasksPackagingVersion>5.0.0-beta.20412.1</MicrosoftDotNetBuildTasksPackagingVersion>
Expand Down