Skip to content

Commit 7cd1643

Browse files
authored
Merge pull request #8 from dotnet-campus/t/lvyi/package-id
Use the old package id
2 parents fd871d6 + 21e7659 commit 7cd1643

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/DotNetCampus.LatestCSharpFeatures/DotNetCampus.LatestCSharpFeatures.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>net8.0;netstandard2.0;net40</TargetFrameworks>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6+
<PackageId>dotnetCampus.LatestCSharpFeatures</PackageId>
67
<GenerateDocumentationFile>True</GenerateDocumentationFile>
78
<RootNamespace>System.Diagnostics.CodeAnalysis</RootNamespace>
89
<Description>This comprehensive package provides support for the latest C# language features in your project, enabling older .NET projects to use newer C# language constructs. Currently includes support for 'nullable', 'init', and 'required' keywords. The types introduced are internal, confining these features to the project itself without affecting other projects that reference it. By installing this package, you get all the newest C# features in one place, eliminating the need to install separate packages for each feature. Future updates will include more new features as they are released.</Description>

0 commit comments

Comments
 (0)