isn/test/data/test-isn/test-isn.csproj

19 lines
629 B
XML

5 months ago
<Project Sdk="Microsoft.NET.Sdk.Web">
1 year ago
<PropertyGroup>
<OutputType>Exe</OutputType>
5 months ago
<TargetFramework>net7.0</TargetFramework>
1 year ago
<RootNamespace>test_isn</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyVersion>1.0.7.0</AssemblyVersion>
<FileVersion>1.0.7.0</FileVersion>
<InformationalVersion>1.0.7+Branch.main.Sha.3695c1742965d93eba0ad851656cfaa3e44ba327</InformationalVersion>
<Version>1.0.7</Version>
</PropertyGroup>
1 year ago
<ItemGroup>
</ItemGroup>
<ItemGroup>
<PackageReference Include="isn.abst" Version="*" />
</ItemGroup>
</Project>