Skip to content

Commit

Permalink
Updated missing package
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnanesh V committed Oct 16, 2024
1 parent 3bd72bf commit 70efa97
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<PackageReference Include="AWSSDK.SimpleEmail" Version="3.7.401.24" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
<PackageReference Include="NLog.Database" Version="5.3.4" />
<PackageReference Include="NLog.Slack" Version="2.0.0" />
<PackageReference Include="NLog.Web.AspNetCore" Version="5.3.14" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.1" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace book_a_reading_room_visit.data.Migrations
{
public partial class deleteexpiredbookings : Migration
public partial class Deleteexpiredbookings : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace book_a_reading_room_visit.data.Migrations
{
public partial class bookingavoidduplicateseat : Migration
public partial class Bookingavoidduplicateseat : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace book_a_reading_room_visit.data.Migrations
{
public partial class checkmultidayvisitavailability : Migration
public partial class Checkmultidayvisitavailability : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace book_a_reading_room_visit.data.Migrations
{
public partial class fieldlengthchange : Migration
public partial class Fieldlengthchange : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
Expand All @@ -14,6 +14,7 @@
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.400.34" />
<PackageReference Include="Microsoft.AspNet.Mvc" Version="5.3.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NLog.Slack" Version="2.0.0" />
<PackageReference Include="System.ServiceModel.Http" Version="8.0.0" />
<PackageReference Include="System.ServiceModel.Primitives" Version="8.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
Expand Down

0 comments on commit 70efa97

Please sign in to comment.