mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-20 07:35:10 +00:00
This reverts commit b8c9c25ab1d423e5c3aefb3903399a6c1b64bae3, reversing changes made to 19ffec8f3e520e1f08af6a7583b84852f6e6f0fe.
14 lines
317 B
XML
14 lines
317 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.0</TargetFramework>
|
|
<RootNamespace>sample_csproj</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|