forked from mellinoe/vk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
43 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>net7.0</TargetFramework> | ||
<Nullable>enable</Nullable> | ||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="glfw-net" Version="3.3.1" /> | ||
<PackageReference Include="tdvk" Version="1.4.0" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>net7.0</TargetFramework> | ||
<Nullable>enable</Nullable> | ||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="glfw-net" Version="3.3.1" /> | ||
<PackageReference Include="tdvk" Version="1.5.0" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata> | ||
<id>TdVk</id> | ||
<version>1.4.0</version> | ||
<authors>Tacodiva, Eric Mellino</authors> | ||
<description>Cross-platform low-level bindings for the Vulkan 1.3 graphics and compute API and its extensions.</description> | ||
|
||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<license type="expression">MIT</license> | ||
<copyright>Copyright 2022 (c). All rights reserved.</copyright> | ||
<tags>Vulkan Graphics 3D GPU Games Khronos</tags> | ||
<repository type="git" url="https://github.com/Tacodiva/TdVk" branch="tdvk" /> | ||
|
||
<dependencies> | ||
<group targetFramework=".NETStandard1.4"> | ||
<dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" /> | ||
</group> | ||
<group targetFramework=".NETStandard2.1" /> | ||
<group targetFramework=".NETCoreApp3.1" /> | ||
<group targetFramework=".NETFramework4.7.1" /> | ||
<group targetFramework="net5.0" /> | ||
<group targetFramework="net6.0" /> | ||
<group targetFramework="net7.0" /> | ||
</dependencies> | ||
</metadata> | ||
</package> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata> | ||
<id>TdVk</id> | ||
<version>1.5.0</version> | ||
<authors>Tacodiva, Eric Mellino</authors> | ||
<description>Cross-platform low-level bindings for the Vulkan 1.3 graphics and compute API and its extensions.</description> | ||
|
||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<license type="expression">MIT</license> | ||
|
||
<copyright>Copyright 2022 (c). All rights reserved.</copyright> | ||
<tags>Vulkan Graphics 3D GPU Games Khronos</tags> | ||
<repository type="git" url="https://github.com/Tacodiva/TdVk" branch="tdvk" /> | ||
|
||
<dependencies> | ||
<group targetFramework=".NETStandard1.4"> | ||
<dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" /> | ||
</group> | ||
<group targetFramework=".NETStandard2.1" /> | ||
<group targetFramework=".NETCoreApp3.1" /> | ||
<group targetFramework=".NETFramework4.7.1" /> | ||
<group targetFramework="net5.0" /> | ||
<group targetFramework="net6.0" /> | ||
<group targetFramework="net7.0" /> | ||
</dependencies> | ||
</metadata> | ||
</package> |