Ryujinx/Ryujinx.Graphics.GAL
Mary aa129fdbdf
infra: Migrate to .NET 5 (#1694)
* infra: Migrate to .NET 5

This migrate projects and CI to .NET 5

* Remove language version restrictions (now on 9.0 by default)

* infra: pin .NET 5 to avoid later issues

* infra: Cleanup csproj files

* infra: update dependencies

* infra: Add temporary workaround for a bug in Vector128.Create

see https://github.com/dotnet/runtime/issues/44704 for more informations
2020-11-15 19:27:15 +01:00
..
AddressMode.cs
BlendDescriptor.cs
BlendFactor.cs
BlendOp.cs
BufferHandle.cs
BufferRange.cs
Capabilities.cs
ColorF.cs
CompareMode.cs
CompareOp.cs
CounterType.cs
DepthMode.cs
DepthStencilMode.cs
DepthStencilState.cs
DepthTestDescriptor.cs
Extents2D.cs
Face.cs
Format.cs
FrontFace.cs Initial work 2020-01-09 02:13:00 +01:00
ICounterEvent.cs
ImageCrop.cs
IndexType.cs
IPipeline.cs
IProgram.cs
IRenderer.cs
ISampler.cs
IShader.cs
ITexture.cs
IWindow.cs
LogicalOp.cs
MagFilter.cs
MinFilter.cs
Origin.cs
PolygonModeMask.cs
PrimitiveTopology.cs
RectangleF.cs Initial work 2020-01-09 02:13:00 +01:00
Ryujinx.Graphics.GAL.csproj infra: Migrate to .NET 5 (#1694) 2020-11-15 19:27:15 +01:00
SamplerCreateInfo.cs
StencilOp.cs
StencilTestDescriptor.cs
SwizzleComponent.cs
Target.cs
TextureCreateInfo.cs
TextureReleaseCallback.cs
TransformFeedbackDescriptor.cs
VertexAttribDescriptor.cs
VertexBufferDescriptor.cs
Viewport.cs
ViewportSwizzle.cs