Compare commits
2 Commits
mobil_0909
..
dev
| Author | SHA1 | Date | |
|---|---|---|---|
| d8fa32ebf1 | |||
| bd1e90e19e |
@@ -2,4 +2,3 @@
|
||||
/**/bin/
|
||||
/**/node_modules/
|
||||
.vs/
|
||||
*.uqry
|
||||
@@ -1,7 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user