Skip to content

Commit d23cd87

Browse files
committed
WIP
1 parent 5e1ccb1 commit d23cd87

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed
Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
<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>
2626
</Project>

0 commit comments

Comments
 (0)