Skip to content

Commit

Permalink
correct framework name
Browse files Browse the repository at this point in the history
  • Loading branch information
tibel committed Apr 9, 2021
1 parent 360442f commit 2e63e6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Caliburn.Light.Core/Caliburn.Light.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net461;netstandard2.0;netcoreapp3.1;net50</TargetFrameworks>
<TargetFrameworks>net461;netstandard2.0;netcoreapp3.1;net5.0</TargetFrameworks>
<RootNamespace>Caliburn.Light</RootNamespace>
<Title>Caliburn.Light.Core</Title>
<Description>The portable core of Caliburn.Light</Description>
Expand Down
2 changes: 1 addition & 1 deletion src/Caliburn.Light.WPF/Caliburn.Light.WPF.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<TargetFrameworks>net461;netcoreapp3.1;net50-windows</TargetFrameworks>
<TargetFrameworks>net461;netcoreapp3.1;net5.0-windows</TargetFrameworks>
<RootNamespace>Caliburn.Light.WPF</RootNamespace>
<UseWPF>true</UseWPF>
<Title>Caliburn.Light.WPF</Title>
Expand Down

0 comments on commit 2e63e6e

Please sign in to comment.