-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
When adding a reference to NetRevisionTask in my .csproj like so:
<PackageReference Include="Unclassified.NetRevisionTask">
<Version>0.4.3</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>```
The dialog VS > right-click project > Properties > Application > Assembly Information
is blank.
The assemblyInfo.cs file hasn't been modified.
When I remove the reference to NetRevisionTask from the csproj file, the Assembly Information dialog is filled again with the values taken from the assembyInfo.cs file, but only after rebuild.
Running VS 17.20 Community edition
Metadata
Metadata
Assignees
Labels
No labels