-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #201 from aspnetboilerplate/pr/6479
Update nuget packages
- Loading branch information
Showing
22 changed files
with
382 additions
and
200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
src/AbpCompanyName.AbpProjectName.Application/packages.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
....AbpProjectName.EntityFramework/Migrations/202206221055273_Upgrade_To_ABP_7.3.Designer.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
20 changes: 20 additions & 0 deletions
20
...mpanyName.AbpProjectName.EntityFramework/Migrations/202206221055273_Upgrade_To_ABP_7.3.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
namespace AbpCompanyName.AbpProjectName.Migrations | ||
{ | ||
using System; | ||
using System.Data.Entity.Migrations; | ||
|
||
public partial class Upgrade_To_ABP_73 : DbMigration | ||
{ | ||
public override void Up() | ||
{ | ||
AddColumn("dbo.AbpNotifications", "TargetNotifiers", c => c.String()); | ||
AddColumn("dbo.AbpUserNotifications", "TargetNotifiers", c => c.String()); | ||
} | ||
|
||
public override void Down() | ||
{ | ||
DropColumn("dbo.AbpUserNotifications", "TargetNotifiers"); | ||
DropColumn("dbo.AbpNotifications", "TargetNotifiers"); | ||
} | ||
} | ||
} |
126 changes: 126 additions & 0 deletions
126
...anyName.AbpProjectName.EntityFramework/Migrations/202206221055273_Upgrade_To_ABP_7.3.resx
Large diffs are not rendered by default.
Oops, something went wrong.
12 changes: 6 additions & 6 deletions
12
src/AbpCompanyName.AbpProjectName.EntityFramework/packages.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.