File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
test/StronglyTypedIds.IntegrationTests Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 44 <TargetFrameworks >netcoreapp3.1;net6.0;net7.0</TargetFrameworks >
55 <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT' " >net48;$(TargetFrameworks)</TargetFrameworks >
66 <IsPackable >false</IsPackable >
7+ <Nullable >enable</Nullable >
78 <EmitCompilerGeneratedFiles >true</EmitCompilerGeneratedFiles >
89 </PropertyGroup >
910
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <VersionPrefix >1.0.0 </VersionPrefix >
4- <VersionSuffix >beta07 </VersionSuffix >
3+ <VersionPrefix >1.0.1 </VersionPrefix >
4+ <VersionSuffix >beta </VersionSuffix >
55 <PackageVersion Condition =" '$(VersionSuffix)' == ''" >$(VersionPrefix)</PackageVersion >
66 <PackageVersion Condition =" '$(VersionSuffix)' != ''" >$(VersionPrefix)-$(VersionSuffix)</PackageVersion >
77 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments