38fc8875f2
Fixing the permissions for RunVbc.sh.
8 lines
170 B
XML
8 lines
170 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|