Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveiwonder committed Jul 3, 2019
1 parent 42ef151 commit b4b446b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dbup-core/dbup-core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>DbUp makes it easy to deploy and upgrade SQL Server databases by running change scripts. This is the core library and should be used in conjunction with the database specific package (eg dbup-sqlserver, dbup-mysql)</Description>
<Title>DbUp Core library</Title>
<Authors>Paul Stovell;Jim Burger;Jake Ginnivan;Damian Maclennan</Authors>
<TargetFrameworks>netstandard1.3;net35;net45;netstandard2.0</TargetFrameworks>
<TargetFrameworks>netstandard1.3;net45;netstandard2.0</TargetFrameworks>
<AssemblyName>dbup-core</AssemblyName>
<RootNamespace>DbUp</RootNamespace>
<AssemblyOriginatorKeyFile>../dbup.snk</AssemblyOriginatorKeyFile>
Expand Down
2 changes: 1 addition & 1 deletion src/dbup-sqlserver/dbup-sqlserver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>DbUp makes it easy to deploy and upgrade SQL Server databases by running change scripts.</Description>
<Title>DbUp MS Sql Server Support</Title>
<Authors>Paul Stovell;Jim Burger;Jake Ginnivan;Damian Maclennan</Authors>
<TargetFrameworks>netstandard1.3;net35</TargetFrameworks>
<TargetFrameworks>netstandard1.3;</TargetFrameworks>
<AssemblyName>dbup-sqlserver</AssemblyName>
<AssemblyOriginatorKeyFile>../dbup.snk</AssemblyOriginatorKeyFile>
<SignAssembly>false</SignAssembly>
Expand Down

0 comments on commit b4b446b

Please sign in to comment.