1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
- <PropertyGroup >
3
- <TargetFrameworks >net461 ;net5</TargetFrameworks >
4
- </PropertyGroup >
5
- <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net452|AnyCPU'" >
6
- <WarningLevel >0</WarningLevel >
7
- </PropertyGroup >
8
- <PropertyGroup Condition =" '$(TargetFramework)'=='netcoreapp3.1 '" >
9
- <DefineConstants >NETCORE</DefineConstants >
10
- </PropertyGroup >
11
- <ItemGroup >
12
- <ProjectReference Include =" $(RepoRoot)\ src\RestSharp\RestSharp.csproj" />
13
- <ProjectReference Include =" ..\RestSharp.Tests.Shared\RestSharp.Tests.Shared.csproj" />
14
- </ItemGroup >
15
- <ItemGroup Condition = " '$(TargetFramework)' == 'net461' " >
16
- <Reference Include =" System.Web" />
17
- </ItemGroup >
18
- <ItemGroup >
19
- <None Update =" Assets\Koala.jpg" >
20
- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
21
- </None >
22
- <None Update =" Assets\TestFile.txt" >
23
- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
24
- </None >
25
- </ItemGroup >
2
+ <PropertyGroup >
3
+ <TargetFrameworks >net452 ;net5</TargetFrameworks >
4
+ </PropertyGroup >
5
+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net452|AnyCPU'" >
6
+ <WarningLevel >0</WarningLevel >
7
+ </PropertyGroup >
8
+ <PropertyGroup Condition =" '$(TargetFramework)'=='net5 '" >
9
+ <DefineConstants >NETCORE</DefineConstants >
10
+ </PropertyGroup >
11
+ <ItemGroup >
12
+ <ProjectReference Include =" ..\..\ src\RestSharp\RestSharp.csproj" />
13
+ <ProjectReference Include =" ..\RestSharp.Tests.Shared\RestSharp.Tests.Shared.csproj" />
14
+ </ItemGroup >
15
+ <ItemGroup >
16
+ <Reference Include =" System.Web" Condition = " '$(TargetFramework)' == 'net452' " />
17
+ </ItemGroup >
18
+ <ItemGroup >
19
+ <None Update =" Assets\Koala.jpg" >
20
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
21
+ </None >
22
+ <None Update =" Assets\TestFile.txt" >
23
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
24
+ </None >
25
+ </ItemGroup >
26
26
</Project >
0 commit comments