summaryrefslogtreecommitdiff
path: root/.packages/microsoft.dotnet.buildtools/3.0.0-preview4-04022-01/lib/tool-runtime/project.csproj
diff options
context:
space:
mode:
Diffstat (limited to '.packages/microsoft.dotnet.buildtools/3.0.0-preview4-04022-01/lib/tool-runtime/project.csproj')
-rwxr-xr-x.packages/microsoft.dotnet.buildtools/3.0.0-preview4-04022-01/lib/tool-runtime/project.csproj33
1 files changed, 33 insertions, 0 deletions
diff --git a/.packages/microsoft.dotnet.buildtools/3.0.0-preview4-04022-01/lib/tool-runtime/project.csproj b/.packages/microsoft.dotnet.buildtools/3.0.0-preview4-04022-01/lib/tool-runtime/project.csproj
new file mode 100755
index 0000000000..71abf943ca
--- /dev/null
+++ b/.packages/microsoft.dotnet.buildtools/3.0.0-preview4-04022-01/lib/tool-runtime/project.csproj
@@ -0,0 +1,33 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFrameworks>netcoreapp2.0;net46</TargetFrameworks>
+ <EnableDefaultItems>false</EnableDefaultItems>
+ <!--
+ disable NU1701 that we are getting for Microsoft.Net.Compilers.Targets.NetCore
+ as we know it is safe to resolve its assets as net461.
+ -->
+ <NoWarn>$(NoWarn);NU1701</NoWarn>
+ <OutputType>Exe</OutputType>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <Compile Include="Program.cs" />
+ </ItemGroup>
+
+ <ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">
+ <PackageReference Include="Microsoft.Net.Compilers.netcore" Version="2.6.0-beta3-62316-02" />
+ <PackageReference Include="Microsoft.Cci" Version="4.0.0-rc3-24214-00" />
+ <PackageReference Include="System.Composition" Version="1.1.0" />
+ <PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
+ </ItemGroup>
+
+ <ItemGroup Condition=" '$(TargetFramework)' == 'net46' ">
+ <PackageReference Include="Microsoft.Cci" Version="4.0.0-rc3-24214-00" />
+ <PackageReference Include="Microsoft.NETCore.Windows.ApiSets" Version="1.0.1" />
+ <PackageReference Include="System.IO.FileSystem" Version="4.3.0" />
+ <PackageReference Include="System.Diagnostics.FileVersionInfo" Version="4.3.0" />
+ <PackageReference Include="System.Diagnostics.TraceSource" Version="4.3.0" />
+ </ItemGroup>
+
+</Project> \ No newline at end of file