Skip to content

Commit

Permalink
Target .NET 4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-yagodin committed Dec 22, 2020
1 parent 92427f4 commit e05dcc8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Deploy/Deploy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Deploy</RootNamespace>
<AssemblyName>Deploy</AssemblyName>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<ReleaseVersion>0.2.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>R7.Dnn.Extensions.Tests</RootNamespace>
<AssemblyName>R7.Dnn.Extensions.Tests</AssemblyName>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<ReleaseVersion>0.2.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
2 changes: 1 addition & 1 deletion R7.Dnn.Extensions.EFCore/R7.Dnn.Extensions.EFCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<OutputType>Library</OutputType>
<RootNamespace>R7.Dnn.Extensions.EFCore</RootNamespace>
<AssemblyName>R7.Dnn.Extensions.EFCore</AssemblyName>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<ReleaseVersion>0.2.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
8 changes: 4 additions & 4 deletions R7.Dnn.Extensions.EFCore/R7.Dnn.Extensions.EFCore.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
</dependencies>
</metadata>
<files>
<file src="bin/Release/R7.Dnn.Extensions.EFCore.dll" target="lib/net451" />
<file src="bin/Release/R7.Dnn.Extensions.EFCore.xml" target="lib/net451" />
<file src="license.htm" target="lib/net451" />
<file src="license-gpl.htm" target="lib/net451" />
<file src="bin/Release/R7.Dnn.Extensions.EFCore.dll" target="lib/net472" />
<file src="bin/Release/R7.Dnn.Extensions.EFCore.xml" target="lib/net472" />
<file src="license.htm" target="lib/net472" />
<file src="license-gpl.htm" target="lib/net472" />
</files>
</package>

0 comments on commit e05dcc8

Please sign in to comment.