Advertisement
Artyom_Kopan

Task_1.1 Task_1.1.csproj

Sep 24th, 2022
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <Project Sdk="Microsoft.NET.Sdk">
  2.  
  3. <PropertyGroup>
  4. <OutputType>Exe</OutputType>
  5. <TargetFramework>net6.0</TargetFramework>
  6. <RootNamespace>Task_1._1</RootNamespace>
  7. <ImplicitUsings>enable</ImplicitUsings>
  8. <Nullable>enable</Nullable>
  9. </PropertyGroup>
  10.  
  11. </Project>
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement