1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<OutputType >Exe</OutputType >
4
- <TargetFrameworks Condition =" $(NetFx) == ''" >net48;netcoreapp3.1;net6 .0</TargetFrameworks >
4
+ <TargetFrameworks Condition =" $(NetFx) == ''" >net48;net6.0;net7 .0</TargetFrameworks >
5
5
<TargetFrameworks Condition =" $(NetFx) == 'true'" >net48</TargetFrameworks >
6
- <TargetFrameworks Condition =" $(NetFx) == 'false'" >netcoreapp3.1;net6 .0</TargetFrameworks >
6
+ <TargetFrameworks Condition =" $(NetFx) == 'false'" >net6.0;net7 .0</TargetFrameworks >
7
7
<SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
8
8
<AssemblyName >KuduSync.NET</AssemblyName >
9
9
<AssemblyTitle >$(AssemblyName)</AssemblyTitle >
25
25
<ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
26
26
</PropertyGroup >
27
27
28
- <PropertyGroup Condition =" '$(TargetFramework)' == 'net45 ' " >
28
+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net48 ' " >
29
29
<IncludeBuildOutput >false</IncludeBuildOutput >
30
30
<NoWarn >NU5128</NoWarn >
31
31
<PackageId >$(AssemblyName)</PackageId >
55
55
</PackageReference >
56
56
</ItemGroup >
57
57
58
- <ItemGroup Condition =" '$(TargetFramework)' == 'net45 ' " >
58
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net48 ' " >
59
59
<Reference Include =" System.Configuration" />
60
60
<PackageReference Include =" System.IO.Abstractions" Version =" 7.1.10" PrivateAssets =" All" />
61
61
<PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets =" All" Version =" 1.0.2" />
62
62
</ItemGroup >
63
- <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1' or '$(TargetFramework)' == 'net6.0 '" >
63
+ <ItemGroup Condition =" '$(TargetFramework)' != 'net48 '" >
64
64
<PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 6.0.0" />
65
65
<PackageReference Include =" System.IO.Abstractions" Version =" 16.1.4 " />
66
66
</ItemGroup >
69
69
<Folder Include =" images\" />
70
70
<None Include =" ../kudulogo.png" Link =" images\kudulogo.png" Pack =" true" PackagePath =" /" />
71
71
<None Include =" ../LICENSE.txt" Pack =" true" PackagePath =" /" />
72
- <None Include =" bin/$(Configuration)/$(TargetFramework)/**" Exclude =" bin/$(Configuration)/$(TargetFramework)/publish/**" Pack =" true" PackagePath =" /tools" Condition =" '$(TargetFramework)' == 'net45 ' " />
72
+ <None Include =" bin/$(Configuration)/$(TargetFramework)/**" Exclude =" bin/$(Configuration)/$(TargetFramework)/publish/**" Pack =" true" PackagePath =" /tools" Condition =" '$(TargetFramework)' == 'net48 ' " />
73
73
</ItemGroup >
74
74
</Project >
0 commit comments