Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed Aug 6, 2023
1 parent 529056b commit b861e54
Show file tree
Hide file tree
Showing 16 changed files with 6,348 additions and 5,781 deletions.
3 changes: 2 additions & 1 deletion database/InstructorIQ/InstructorIQ.sqlproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ModelCollation>1033, CI</ModelCollation>
<DefaultFileStructure>BySchemaAndSchemaType</DefaultFileStructure>
<DeployToDatabase>True</DeployToDatabase>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<TargetLanguage>CS</TargetLanguage>
<AppDesignerFolder>Properties</AppDesignerFolder>
<SqlServerVerification>False</SqlServerVerification>
Expand All @@ -29,6 +29,7 @@
<ChangeTrackingRetentionUnit>Hours</ChangeTrackingRetentionUnit>
<EnableFullTextSearch>False</EnableFullTextSearch>
<DefaultSchema>IQ</DefaultSchema>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>bin\Release\</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion service/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="Injectio" Version="2.5.87" PrivateAssets="all" />
<PackageReference Include="Injectio" Version="2.6.1" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
Expand Down
22 changes: 11 additions & 11 deletions service/src/InstructorIQ.Core/InstructorIQ.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,26 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="AngleSharp" Version="1.0.3" />
<PackageReference Include="AngleSharp" Version="1.0.4" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />
<PackageReference Include="Azure.Data.Tables" Version="12.8.0" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.16.0" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.17.0" />
<PackageReference Include="CsvHelper" Version="30.0.1" />
<PackageReference Include="EntityChange" Version="5.0.21" />
<PackageReference Include="FluentCommand.SqlServer" Version="10.0.707" />
<PackageReference Include="EntityChange" Version="5.1.0" />
<PackageReference Include="FluentCommand.SqlServer" Version="10.1.6" />
<PackageReference Include="Handlebars.Net" Version="2.1.4" />
<PackageReference Include="MailKit" Version="4.0.0" />
<PackageReference Include="MediatR.CommandQuery.Audit" Version="12.0.956" />
<PackageReference Include="MediatR.CommandQuery.EntityFrameworkCore" Version="12.0.956" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.5" />
<PackageReference Include="MailKit" Version="4.1.0" />
<PackageReference Include="MediatR.CommandQuery.Audit" Version="12.1.0" />
<PackageReference Include="MediatR.CommandQuery.EntityFrameworkCore" Version="12.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.9" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="7.0.0" />
<PackageReference Include="NaturalSort.Extension" Version="4.0.0" />
<PackageReference Include="SendGrid" Version="9.28.1" />
<PackageReference Include="SendGrid.Extensions.DependencyInjection" Version="1.0.1" />
<PackageReference Include="System.Text.Json" Version="7.0.2" />
<PackageReference Include="System.Text.Json" Version="7.0.3" />
<PackageReference Include="UAParser" Version="3.1.47" />
<PackageReference Include="YamlDotNet" Version="13.1.0" />
<PackageReference Include="YamlDotNet" Version="13.1.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="AngleSharp" Version="1.0.3" />
<PackageReference Include="AngleSharp" Version="1.0.4" />
<PackageReference Include="BuildBundlerMinifier" Version="3.2.449" />
<PackageReference Include="CommonMark.NET" Version="0.15.1" />
<PackageReference Include="FluentValidation.AspNetCore" Version="11.3.0" />
<PackageReference Include="Humanizer" Version="2.14.1" />
<PackageReference Include="Ical.Net" Version="4.2.0" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="7.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="7.0.6" />
<PackageReference Include="NetEscapades.AspNetCore.SecurityHeaders" Version="0.18.0" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="7.0.8" />
<PackageReference Include="NetEscapades.AspNetCore.SecurityHeaders" Version="0.20.0" />
<PackageReference Include="Serilog.AspNetCore" Version="7.0.0" />
<PackageReference Include="Serilog.Sinks.AzureTableStorage" Version="8.5.38" />
<PackageReference Include="Serilog.Sinks.AzureTableStorage" Version="9.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
10 changes: 5 additions & 5 deletions service/src/InstructorIQ.WebApplication/libman.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,29 @@
"defaultProvider": "cdnjs",
"libraries": [
{
"library": "jquery@3.3.1",
"library": "jquery@3.7.0",
"destination": "wwwroot/lib/jquery/",
"files": [
"jquery.js"
]
},
{
"library": "[email protected].0",
"library": "[email protected].5",
"destination": "wwwroot/lib/jquery-validate/",
"files": [
"jquery.validate.js"
]
},
{
"library": "jquery-validation-unobtrusive@3.2.11",
"library": "jquery-validation-unobtrusive@4.0.0",
"destination": "wwwroot/lib/jquery-validation-unobtrusive/",
"files": [
"jquery.validate.unobtrusive.js"
]
},
{
"provider": "unpkg",
"library": "bootstrap@4.4.1",
"library": "bootstrap@4.6.1",
"destination": "wwwroot/lib/bootstrap/",
"files": [
"dist/css/bootstrap.css",
Expand Down Expand Up @@ -129,4 +129,4 @@
]
}
]
}
}
Loading

0 comments on commit b861e54

Please sign in to comment.