Skip to content

Commit 1e4c617

Browse files
committed
Upgraded to support AspNetCore 3.0.0
1 parent 201fdf3 commit 1e4c617

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<AspNetCoreVersion>3.0.0-preview9.19424.4</AspNetCoreVersion>
3+
<AspNetCoreVersion>3.0.0</AspNetCoreVersion>
44
</PropertyGroup>
55
</Project>

src/Egil.RazorComponents.Testing.Library.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<RepositoryUrl>https://github.com/egil/razor-components-testing-library</RepositoryUrl>
1414
<PackageProjectUrl>https://github.com/egil/razor-components-testing-library</PackageProjectUrl>
1515
<PackageTags>razor-components unit-testing testing blazor blazor-server-side blazor-client-side</PackageTags>
16-
<Version>0.1.0-preview9-19424-4-3</Version>
16+
<Version>0.2.0</Version>
1717
<Authors>Egil Hansen</Authors>
1818
<Company>Egil Hansen</Company>
1919
<Product>Razor Component Testing Library</Product>

0 commit comments

Comments
 (0)