Skip to content

Commit fbed064

Browse files
feat: revert 29e0e1c (#1819)
Co-authored-by: Chris Pulman <[email protected]>
1 parent 5d92cf3 commit fbed064

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

InterfaceStubGenerator.Roslyn38/InterfaceStubGenerator.Roslyn38.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.11.0" />
15+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.8.0" />
1616
</ItemGroup>
1717

1818
<Target Name="SetBuildVer" AfterTargets="GetBuildVersion" BeforeTargets="SetCloudBuildVersionVars;SetCloudBuildNumberWithVersion">
19-
<PropertyGroup>
19+
<PropertyGroup>
2020
<Version>$(BuildVersion)</Version>
2121
<AssemblyVersion>$(BuildVersionSimple)</AssemblyVersion>
2222
</PropertyGroup>

InterfaceStubGenerator.Roslyn40/InterfaceStubGenerator.Roslyn40.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" PrivateAssets="all" />
16+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" PrivateAssets="all" />
1717
</ItemGroup>
1818

1919
<Target Name="SetBuildVer" AfterTargets="GetBuildVersion" BeforeTargets="SetCloudBuildVersionVars;SetCloudBuildNumberWithVersion">

0 commit comments

Comments
 (0)