netcoreapp6.0 -> net6.0
This commit is contained in:
parent
101369acef
commit
fa5f92ead1
2 changed files with 3 additions and 4 deletions
|
@ -6,5 +6,5 @@ cd bin/Debug
|
|||
@REM echo "zipping into dofdev site"
|
||||
@REM 7z u oriels.zip %cd%/netcoreapp3.1
|
||||
@REM Xcopy "oriels.zip" "C:/dofdev/Web Development/dofdev/res/oriels.zip" /F /Y
|
||||
cd netcoreapp6.0
|
||||
cd net6.0
|
||||
oriels.exe
|
|
@ -2,12 +2,11 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp6.0</TargetFramework>
|
||||
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="StereoKit" Version="0.3.7-preview.4" />
|
||||
<PackageReference Include="StereoKit" Version="0.3.7-preview.5" />
|
||||
<!-- <PackageReference Include="System.Speech" Version="5.0.0" /> -->
|
||||
</ItemGroup>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue