Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejgordon committed Feb 26, 2024
1 parent 128d31a commit ea38ce7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.0.0" />
<PackageReference Include="Microsoft.Azure.DocumentDB.Core" Version="2.14.0" />
<PackageReference Include="Microsoft.Azure.DocumentDB.Core" Version="2.21.0" />
<PackageReference Include="Proc" Version="0.8.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,18 +85,18 @@

<ItemGroup>
<PackageReference Include="Antlr3.Runtime" Version="3.5.1" />
<PackageReference Include="EntityFramework" Version="6.3.0" />
<PackageReference Include="Microsoft.AspNet.Identity.EntityFramework" Version="2.2.3" />
<PackageReference Include="Microsoft.AspNet.Identity.Owin" Version="2.2.3" />
<PackageReference Include="Microsoft.AspNet.Mvc" Version="5.2.4" />
<PackageReference Include="Microsoft.AspNet.TelemetryCorrelation" Version="1.0.7" />
<PackageReference Include="Microsoft.AspNet.WebApi" Version="5.2.4" />
<PackageReference Include="EntityFramework" Version="6.4.4" />
<PackageReference Include="Microsoft.AspNet.Identity.EntityFramework" Version="2.2.4" />
<PackageReference Include="Microsoft.AspNet.Identity.Owin" Version="2.2.4" />
<PackageReference Include="Microsoft.AspNet.Mvc" Version="5.3.0" />
<PackageReference Include="Microsoft.AspNet.TelemetryCorrelation" Version="1.0.8" />
<PackageReference Include="Microsoft.AspNet.WebApi" Version="5.3.0" />
<PackageReference Include="Microsoft.AspNet.Web.Optimization" Version="1.1.3" />
<PackageReference Include="Microsoft.Owin.Host.SystemWeb" Version="4.1.1" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Microsoft.Owin.Host.SystemWeb" Version="4.2.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NLog" Version="4.6.8" />
<PackageReference Include="SQLite.CodeFirst" Version="1.5.3.29" />
<PackageReference Include="System.Data.SQLite" Version="1.0.112" />
<PackageReference Include="SQLite.CodeFirst" Version="1.7.0.36" />
<PackageReference Include="System.Data.SQLite" Version="1.0.118" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OracleManagedDataAccessVersion Condition="'$(OracleManagedDataAccessVersion)'==''">19.12.0</OracleManagedDataAccessVersion>
<OracleManagedDataAccessVersion Condition="'$(OracleManagedDataAccessVersion)'==''">21.13.0</OracleManagedDataAccessVersion>
<OutputType>Exe</OutputType>
<TargetFramework>net462</TargetFramework>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<SqlVersion Condition="'$(SqlVersion)'==''">4.7.0</SqlVersion>
<SqlVersion Condition="'$(SqlVersion)'==''">4.8.6</SqlVersion>
<OutputType>Exe</OutputType>
<TargetFrameworks>net462;net6.0;net8.0</TargetFrameworks>
</PropertyGroup>
Expand Down

0 comments on commit ea38ce7

Please sign in to comment.