Skip to content

Commit

Permalink
Update to .NET 8 RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
bkoelman committed Oct 13, 2023
1 parent 4eebd1a commit ac03b11
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="Npgsql-nightly" value="https://www.myget.org/F/npgsql-vnext/api/v3/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>
6 changes: 3 additions & 3 deletions package-versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<EntityFrameworkCoreFrozenVersion>8.0.0-rc.1.*</EntityFrameworkCoreFrozenVersion>

<!-- Non-published dependencies (these are safe to update, won't cause a breaking change) -->
<AspNetCoreVersion>8.0.0-rc.1.*</AspNetCoreVersion>
<EntityFrameworkCoreVersion>8.0.0-rc.1.*</EntityFrameworkCoreVersion>
<NpgsqlVersion>8.0.0-rc.1</NpgsqlVersion>
<AspNetCoreVersion>8.0.0-rc.2.*</AspNetCoreVersion>
<EntityFrameworkCoreVersion>8.0.0-rc.2.*</EntityFrameworkCoreVersion>
<NpgsqlVersion>8.0.0-rc.2</NpgsqlVersion>
<SystemTextJsonVersion>$(AspNetCoreVersion)</SystemTextJsonVersion>
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions test/TestBuildingBlocks/TestBuildingBlocks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="$(AspNetCoreVersion)" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="$(EntityFrameworkCoreVersion)" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(TestSdkVersion)" />
<PackageReference Include="Npgsql" Condition="'$(TargetFramework)' == 'net8.0'" Version="8.0.0-rtm-ci.20231012T145719" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="$(NpgsqlVersion)" />
<PackageReference Include="xunit" Version="$(XunitVersion)" />
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitVersion)" PrivateAssets="All" />
Expand Down

0 comments on commit ac03b11

Please sign in to comment.