Update packages.

This commit is contained in:
Ottermandias 2025-08-02 00:05:27 +02:00
parent a4a6283e7b
commit a9546e31ee
3 changed files with 28 additions and 28 deletions

View file

@ -319,7 +319,7 @@ public class VertexAttribute
var normals = normalAccessor.AsVector3Array(); var normals = normalAccessor.AsVector3Array();
var tangents = accessors.TryGetValue("TANGENT", out var accessor) var tangents = accessors.TryGetValue("TANGENT", out var accessor)
? accessor.AsVector4Array() ? accessor.AsVector4Array().ToArray()
: CalculateTangents(accessors, indices, normals, notifier); : CalculateTangents(accessors, indices, normals, notifier);
if (tangents == null) if (tangents == null)

View file

@ -57,11 +57,11 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="EmbedIO" Version="3.5.2" /> <PackageReference Include="EmbedIO" Version="3.5.2" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.7" /> <PackageReference Include="SixLabors.ImageSharp" Version="3.1.11" />
<PackageReference Include="SharpCompress" Version="0.39.0" /> <PackageReference Include="SharpCompress" Version="0.40.0" />
<PackageReference Include="SharpGLTF.Core" Version="1.0.3" /> <PackageReference Include="SharpGLTF.Core" Version="1.0.5" />
<PackageReference Include="SharpGLTF.Toolkit" Version="1.0.3" /> <PackageReference Include="SharpGLTF.Toolkit" Version="1.0.5" />
<PackageReference Include="PeNet" Version="4.1.1" /> <PackageReference Include="PeNet" Version="5.1.0" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View file

@ -19,9 +19,9 @@
}, },
"PeNet": { "PeNet": {
"type": "Direct", "type": "Direct",
"requested": "[4.1.1, )", "requested": "[5.1.0, )",
"resolved": "4.1.1", "resolved": "5.1.0",
"contentHash": "TiRyOVcg1Bh2FyP6Dm2NEiYzemSlQderhaxuH3XWNyTYsnHrm1n/xvoTftgMwsWD4C/3kTqJw93oZOvHojJfKg==", "contentHash": "XSd1PUwWo5uI8iqVHk7Mm02RT1bjndtAYsaRwLmdYZoHOAmb4ohkvRcZiqxJ7iLfBfdiwm+PHKQIMqDmOavBtw==",
"dependencies": { "dependencies": {
"PeNet.Asn1": "2.0.1", "PeNet.Asn1": "2.0.1",
"System.Security.Cryptography.Pkcs": "8.0.1" "System.Security.Cryptography.Pkcs": "8.0.1"
@ -29,34 +29,34 @@
}, },
"SharpCompress": { "SharpCompress": {
"type": "Direct", "type": "Direct",
"requested": "[0.39.0, )", "requested": "[0.40.0, )",
"resolved": "0.39.0", "resolved": "0.40.0",
"contentHash": "0esqIUDlg68Z7+Weuge4QzEvNtawUO4obTJFL7xuf4DBHMxVRr+wbNgiX9arMrj3kGXQSvLe0zbZG3oxpkwJOA==", "contentHash": "yP/aFX1jqGikVF7u2f05VEaWN4aCaKNLxSas82UgA2GGVECxq/BcqZx3STHCJ78qilo1azEOk1XpBglIuGMb7w==",
"dependencies": { "dependencies": {
"System.Buffers": "4.6.0", "System.Buffers": "4.6.0",
"ZstdSharp.Port": "0.8.4" "ZstdSharp.Port": "0.8.5"
} }
}, },
"SharpGLTF.Core": { "SharpGLTF.Core": {
"type": "Direct", "type": "Direct",
"requested": "[1.0.3, )", "requested": "[1.0.5, )",
"resolved": "1.0.3", "resolved": "1.0.5",
"contentHash": "su+Flcg2g6GgOIgulRGBDMHA6zY5NBx6NYH1Ayd6iBbSbwspHsN2VQgZfANgJy92cBf7qtpjC0uMiShbO+TEEg==" "contentHash": "HNHKPqaHXm7R1nlXZ764K5UI02IeDOQ5DQKLjwYUVNTsSW27jJpw+wLGQx6ZFoiFYqUlyZjmsu+WfEak2GmJAg=="
}, },
"SharpGLTF.Toolkit": { "SharpGLTF.Toolkit": {
"type": "Direct", "type": "Direct",
"requested": "[1.0.3, )", "requested": "[1.0.5, )",
"resolved": "1.0.3", "resolved": "1.0.5",
"contentHash": "vkEuf8ch76NNgZXU/3zoXTIXRO0o14H3aRoSFzcuUQb0PTxvV6jEfmWkUVO6JtLDuFCIimqZaf3hdxr32ltpfQ==", "contentHash": "piQKk7PH2pSWQSQmCSd8cYPaDtAy/ppAD+Mrh2RUhhHI8awl81HqqLyAauwQhJwea3LNaiJ6f4ehZuOGk89TlA==",
"dependencies": { "dependencies": {
"SharpGLTF.Runtime": "1.0.3" "SharpGLTF.Runtime": "1.0.5"
} }
}, },
"SixLabors.ImageSharp": { "SixLabors.ImageSharp": {
"type": "Direct", "type": "Direct",
"requested": "[3.1.7, )", "requested": "[3.1.11, )",
"resolved": "3.1.7", "resolved": "3.1.11",
"contentHash": "9fIOOAsyLFid6qKypM2Iy0Z3Q9yoanV8VoYAHtI2sYGMNKzhvRTjgFDHonIiVe+ANtxIxM6SuqUzj0r91nItpA==" "contentHash": "JfPLyigLthuE50yi6tMt7Amrenr/fA31t2CvJyhy/kQmfulIBAqo5T/YFUSRHtuYPXRSaUHygFeh6Qd933EoSw=="
}, },
"JetBrains.Annotations": { "JetBrains.Annotations": {
"type": "Transitive", "type": "Transitive",
@ -83,10 +83,10 @@
}, },
"SharpGLTF.Runtime": { "SharpGLTF.Runtime": {
"type": "Transitive", "type": "Transitive",
"resolved": "1.0.3", "resolved": "1.0.5",
"contentHash": "W0bg2WyXlcSAJVu153hNUNm+BU4RP46yLwGD4099hSm8dsXG/H+J95PBoLJbIq8KGVkUWvfM0+XWHoEkCyd50A==", "contentHash": "EVP32k4LqERxSVICiupT8xQvhHSHJCiXajBjNpqdfdajtREHayuVhH0Jmk6uSjTLX8/IIH9XfT34sw3TwvCziw==",
"dependencies": { "dependencies": {
"SharpGLTF.Core": "1.0.3" "SharpGLTF.Core": "1.0.5"
} }
}, },
"System.Buffers": { "System.Buffers": {
@ -114,8 +114,8 @@
}, },
"ZstdSharp.Port": { "ZstdSharp.Port": {
"type": "Transitive", "type": "Transitive",
"resolved": "0.8.4", "resolved": "0.8.5",
"contentHash": "eieSXq3kakCUXbgdxkKaRqWS6hF0KBJcqok9LlDCs60GOyrynLvPOcQ0pRw7shdPF7lh/VepJ9cP9n9HHc759g==" "contentHash": "TR4j17WeVSEb3ncgL2NqlXEqcy04I+Kk9CaebNDplUeL8XOgjkZ7fP4Wg4grBdPLIqsV86p2QaXTkZoRMVOsew=="
}, },
"ottergui": { "ottergui": {
"type": "Project", "type": "Project",