2DLightPathSimulator/LensSimulatorCore/LensSimulatorCore.csproj

10 lines
222 B
XML
Raw Normal View History

2023-06-06 22:56:56 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>