File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 55 <ItemGroup Label =" Compile dependencies" >
66 <PackageVersion Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.12.0" />
77 <PackageVersion Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.11.0" />
8+ <PackageVersion Include =" MinVer" Version =" 6.0.0" />
89 <PackageVersion Include =" Nullable" Version =" 1.3.1" />
910 <PackageVersion Include =" Microsoft.NETFramework.ReferenceAssemblies.net472" Version =" 1.0.3" />
1011 <PackageVersion Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" />
Original file line number Diff line number Diff line change 1818 <PackageReadmeFile >README.md</PackageReadmeFile >
1919 </PropertyGroup >
2020
21- <PropertyGroup >
22- <FileVersion >0.1.0</FileVersion >
23- <AssemblyVersion >0.1.0</AssemblyVersion >
24- <InformationalVersion >0.1.0-dev</InformationalVersion >
25- </PropertyGroup >
26-
2721 <PropertyGroup Condition =" '$(TargetFramework)' == 'net471' Or '$(TargetFramework)' == 'netstandard2.0' Or '$(TargetFramework)' == 'net48'" >
2822 <AddPolyfills >true</AddPolyfills >
2923 </PropertyGroup >
3024 <ItemGroup >
3125 <PackageReference Include =" Microsoft.SourceLink.GitHub" PrivateAssets =" All" />
26+ <PackageReference Include =" MinVer" PrivateAssets =" All" />
3227 </ItemGroup >
3328</Project >
You can’t perform that action at this time.
0 commit comments