Skip to content

Commit

Permalink
Update to .NET 7 preview 4
Browse files Browse the repository at this point in the history
Update to preview 4 of .NET 7.
  • Loading branch information
martincostello committed May 24, 2022
1 parent d0d1c96 commit d8c64df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<PackageVersion Update="Microsoft.Extensions.DependencyInjection.Abstractions" Version="5.0.0" />
</ItemGroup>
<ItemGroup Condition=" '$(AssemblyName)' != 'JustEat.StatsD' ">
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0-preview.3.22175.4" />
<PackageVersion Update="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0-preview.3.22175.4" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0-preview.4.22229.4" />
<PackageVersion Update="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0-preview.4.22229.4" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="coverlet.msbuild" PrivateAssets="All" />
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.100-preview.3.22179.4",
"version": "7.0.100-preview.4.22252.9",
"allowPrerelease": false,
"rollForward": "latestMajor"
}
Expand Down

0 comments on commit d8c64df

Please sign in to comment.