Skip to content

Commit fd1ad3a

Browse files
committed
Cleanup
1 parent 8bf6512 commit fd1ad3a

3 files changed

Lines changed: 1 addition & 10 deletions

File tree

Directory.Build.targets

Lines changed: 0 additions & 8 deletions
This file was deleted.

Src/SharpArch.Domain/SharpArch.Domain.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</ItemGroup>
2828

2929
<ItemGroup Label="Package References (.NET 6)" Condition=" '$(TargetFramework)' == 'net6.0' ">
30-
<PackageReference Include="System.ComponentModel.Annotations" Version="6.0.0-preview.5.*" />
30+
<PackageReference Include="System.ComponentModel.Annotations" Version="6.0.0-preview.4.*" />
3131
</ItemGroup>
3232

3333
</Project>

VersionHistory.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ BREAKING:
1111

1212
NEW FEATURES:
1313
* Add .NET 6 preview support
14-
* [.NET 6] Temporary disable logging analyzers - https://github.com/NuGet/Home/issues/6279, https://github.com/dotnet/sdk/issues/18148.
1514

1615
BUILD:
1716
* Move common dependencies and attributes to Directory.Build.props.

0 commit comments

Comments
 (0)