Skip to content

Commit

Permalink
Update to .NET 7 preview 2
Browse files Browse the repository at this point in the history
Update to preview 2 of .NET 7.
  • Loading branch information
martincostello committed Mar 15, 2022
1 parent 2be0ad0 commit a71c9fa
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.1.22076.8" />
<PackageVersion Update="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0-preview.1.22076.8" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0-preview.2.22152.2" />
<PackageVersion Update="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0-preview.2.22152.2" />
</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.1.22110.4",
"version": "7.0.100-preview.2.22153.17",
"allowPrerelease": false,
"rollForward": "latestMajor"
}
Expand Down

0 comments on commit a71c9fa

Please sign in to comment.