mirror of
				https://github.com/actions/setup-dotnet.git
				synced 2025-11-04 13:13:46 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			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>
 |