15 lines
434 B
XML
15 lines
434 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp6.0</TargetFramework>
|
|
<RootNamespace>OOP_Opdracht_CSharp_Alfa_2022</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.0.1" />
|
|
<PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|