Skip to content

Commit a171015

Browse files
Generate reference packages using proper tooling: Microsoft.CodeAnalysis.CSharp 4.0.1 and System.IO.Pipelines 5.0.1
Co-authored-by: MichaelSimons <[email protected]>
1 parent 3ff3030 commit a171015

File tree

6 files changed

+7789
-0
lines changed

6 files changed

+7789
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFrameworks>netstandard2.0</TargetFrameworks>
5+
<PackageVersion>4.0.1</PackageVersion>
6+
<AssemblyName>Microsoft.CodeAnalysis.CSharp</AssemblyName>
7+
<StrongNameKeyId>MicrosoftShared</StrongNameKeyId>
8+
</PropertyGroup>
9+
10+
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
11+
<ProjectReference Include="../../microsoft.codeanalysis.common/4.0.1/Microsoft.CodeAnalysis.Common.4.0.1.csproj" />
12+
</ItemGroup>
13+
14+
</Project>

0 commit comments

Comments
 (0)