File tree Expand file tree Collapse file tree
src/Our.Umbraco.SuperValueConverters Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >net5.0</ TargetFramework >
3+ <TargetFrameworks >net5.0;net6.0;net7.0</ TargetFrameworks >
44 <Version Condition =" '$(BUILD_BUILDNUMBER)' == ''" >1.0.0.0</Version >
55 <Version Condition =" '$(BUILD_BUILDNUMBER)' != ''" >$(BUILD_BUILDNUMBER)</Version >
66 <Description >A collection of powerful property value converters for cleaner code in Umbraco</Description >
2020 <None Include =" ..\..\README.md" Pack =" true" PackagePath =" docs" />
2121 <None Include =" ..\..\docs\img\logo.png" Pack =" true" PackagePath =" docs" />
2222 </ItemGroup >
23- <ItemGroup >
23+ <ItemGroup Condition = " '$(TargetFramework)' == 'net5.0' " >
2424 <PackageReference Include =" Umbraco.Cms.Infrastructure" Version =" [9.0.0,10.0.0)" />
2525 </ItemGroup >
26+ <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0'" >
27+ <PackageReference Include =" Umbraco.Cms.Infrastructure" Version =" [10.0.0,11.0.0)" />
28+ </ItemGroup >
29+ <ItemGroup Condition =" '$(TargetFramework)' == 'net7.0'" >
30+ <PackageReference Include =" Umbraco.Cms.Infrastructure" Version =" [11.0.0,13.0.0)" />
31+ </ItemGroup >
2632</Project >
You can’t perform that action at this time.
0 commit comments