Skip to content

Commit 48394be

Browse files
committed
updating roslyn version to 2.8.2
1 parent 48c83e2 commit 48394be

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Version 5.0.0
2121
* support running compilation modules at runtime in RoslynRazorViewEngine
2222
* split out System.Web / MVC5 portions into a separate package
2323
* bumping aspnet mvc packages to 5.2.4
24-
* updating roslyn packages to 2.8.0
24+
* updating roslyn packages to 2.8.2
2525
2626
Version 4.7.0
2727
* updated roslyn packages to 2.7.0

StackExchange.Precompilation.Build/StackExchange.Precompilation.Build.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<Project>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Project>
1717
<Name>StackExchange.Precompilation</Name>
1818
</ProjectReference>
19-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="2.8.0" PrivateAssets="all" />
19+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="2.8.2" PrivateAssets="all" />
2020
</ItemGroup>
2121

2222
<Target Name="_ToolsSetup">

StackExchange.Precompilation/StackExchange.Precompilation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
</PropertyGroup>
99
<ItemGroup>
1010
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.4.1" />
11-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="2.8.0" ExcludeAssets="analyzers"/>
11+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="2.8.2" ExcludeAssets="analyzers"/>
1212
</ItemGroup>
1313
</Project>

StackExhcange.Precompilation.MVC5/StackExchange.Precompilation.MVC5.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="Microsoft.AspNet.Mvc" Version="5.2.4" />
1212
<ProjectReference Include="..\StackExchange.Precompilation\StackExchange.Precompilation.csproj" />
1313

14-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="2.8.0" PrivateAssets="all" />
14+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="2.8.2" PrivateAssets="all" />
1515
<ProjectReference Include="..\StackExchange.Precompilation.Build\StackExchange.Precompilation.Build.csproj" IncludeAssets="compile" PrivateAssets="all" />
1616
</ItemGroup>
1717
</Project>

Test.ConsoleApp/Test.ConsoleApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
but since we don't have the package yet, msbuild complains about the .csproj not targeting netstandard,
2323
so we're pulling it's references in manually.
2424
-->
25-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="2.8.0" IncludeAssets="compile" PrivateAssets="all" />
25+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="2.8.2" IncludeAssets="compile" PrivateAssets="all" />
2626
</ItemGroup>
2727
<Import Project="..\StackExchange.Precompilation.Build\StackExchange.Precompilation.Build.targets" />
2828
</Project>

Test.WebApp.ExternalViews/Test.WebApp.ExternalViews.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<ItemGroup>
2222
<Reference Include="System.Web" />
2323
<PackageReference Include="Microsoft.AspNet.Mvc" Version="5.2.4" />
24-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="2.8.0" />
24+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="2.8.2" />
2525
</ItemGroup>
2626
<PropertyGroup>
2727
<SEPrecompilerPath Condition="'$(SEPrecompilerPath)' == ''">$(SolutionDir)StackExchange.Precompilation.Build\bin\$(Configuration)\$(TargetFramework)\</SEPrecompilerPath>

Test.WebApp/Test.WebApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<Reference Include="System.Web" />
6969
<Reference Include="Microsoft.CSharp" />
7070
<PackageReference Include="Microsoft.AspNet.Mvc" Version="5.2.4" />
71-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="2.8.0" />
71+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="2.8.2" />
7272
<PackageReference Include="System.ValueTuple" Version="4.4.0" />
7373
<PackageReference Include="MSBuild.Microsoft.VisualStudio.Web.targets" Version="14.0.0.3" />
7474
</ItemGroup>

0 commit comments

Comments
 (0)