Skip to content

Commit 20527ab

Browse files
committed
versions, cleanup
1 parent f79e33e commit 20527ab

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

RazorEngineCore/RazorEngineCompilationOptions.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
namespace RazorEngineCore
88
{
9-
10-
119
public class RazorEngineCompilationOptions
1210
{
1311
public HashSet<Assembly> ReferencedAssemblies { get; set; }

RazorEngineCore/RazorEngineCore.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFramework>netstandard2.0</TargetFramework>
44
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
5-
<Version>2020.6.1</Version>
5+
<Version>2020.9.1</Version>
66
<Authors>Alexander Selishchev, Simon Mourier, William David Cossey, Benjamin Smith, Dag H. Baardsen, krmr</Authors>
77
<PackageProjectUrl>https://github.com/adoconnection/RazorEngineCore</PackageProjectUrl>
88
<Description>ASP.NET Core 3.1 Razor Template Engine</Description>
@@ -12,7 +12,7 @@
1212
<Company>Alexander Selishchev, Simon Mourier, William David Cossey, Benjamin Smith, Dag H. Baardsen, krmr</Company>
1313
</PropertyGroup>
1414
<ItemGroup>
15-
<PackageReference Include="Microsoft.AspNetCore.Razor.Language" Version="3.1.5" />
16-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.6.0" />
15+
<PackageReference Include="Microsoft.AspNetCore.Razor.Language" Version="3.1.8" />
16+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.7.0" />
1717
</ItemGroup>
1818
</Project>

0 commit comments

Comments
 (0)