Skip to content

Commit a3fc1b7

Browse files
committed
Microsoft.AspNetCore.Razor.Language 6.0.1
Microsoft.CodeAnalysis.CSharp 4.0.1
1 parent 631a030 commit a3fc1b7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

RazorEngineCore.Tests/RazorEngineCore.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netcoreapp3.1;net472;net5.0</TargetFrameworks>
4+
<TargetFrameworks>netcoreapp3.1;net472;net5.0;net6.0</TargetFrameworks>
55

66
<IsPackable>false</IsPackable>
77
</PropertyGroup>

RazorEngineCore/RazorEngineCore.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net5.0;netstandard2.0</TargetFrameworks>
3+
<TargetFrameworks>net6.0;net5.0;netstandard2.0</TargetFrameworks>
44
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
55
<Version>2021.7.1</Version>
66
<Authors>Alexander Selishchev, Simon Mourier, William David Cossey, Benjamin Smith, Dag H. Baardsen, krmr, jddj007-hydra</Authors>
@@ -20,7 +20,7 @@
2020
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2121
</PropertyGroup>
2222
<ItemGroup>
23-
<PackageReference Include="Microsoft.AspNetCore.Razor.Language" Version="5.0.3" />
24-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.8.0" />
23+
<PackageReference Include="Microsoft.AspNetCore.Razor.Language" Version="6.0.1" />
24+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" />
2525
</ItemGroup>
2626
</Project>

0 commit comments

Comments
 (0)