Skip to content

Commit

Permalink
Support for 3.1.0-preview1
Browse files Browse the repository at this point in the history
  • Loading branch information
egil committed Oct 17, 2019
1 parent 5624b0a commit 2d22ca2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<AspNetCoreVersion>3.0.0</AspNetCoreVersion>
<AspNetCoreVersion>3.1.0-preview1.19508.20</AspNetCoreVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Egil.RazorComponents.Testing.Library.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components" Version="$(AspNetCoreVersion)" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="$(AspNetCoreVersion)" />
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.4">
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.6">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion tests/Egil.RazorComponents.Testing.Library.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<RazorLangVersion>3.0</RazorLangVersion>
<IsPackable>false</IsPackable>
<LangVersion>8.0</LangVersion>
Expand Down

0 comments on commit 2d22ca2

Please sign in to comment.