Commit 7d344da 1 parent fd1ff51 commit 7d344da Copy full SHA for 7d344da
File tree 5 files changed +8
-10
lines changed
5 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net8 .0</TargetFramework >
4
+ <TargetFramework >net9 .0</TargetFramework >
5
5
<Nullable >enable</Nullable >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
</PropertyGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <OutputType >Exe</OutputType >
5
- <TargetFramework >net8.0</TargetFramework >
4
+ <TargetFramework >net9.0</TargetFramework >
6
5
<ImplicitUsings >enable</ImplicitUsings >
7
6
<Nullable >enable</Nullable >
8
7
</PropertyGroup >
9
8
10
9
<ItemGroup >
11
- <ProjectReference Include =" ..\..\src\Danom\Danom.csproj" />
12
10
<ProjectReference Include =" ..\..\src\Danom.Validation\Danom.Validation.csproj" />
13
11
</ItemGroup >
14
12
</Project >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<AssemblyName >Danom.Mvc</AssemblyName >
5
- <Version >1.0.0-beta1 </Version >
5
+ <Version >1.0.0</Version >
6
6
7
7
<!-- General info -->
8
8
<Description >ASP.NET Core MVC helpers for Danom.</Description >
11
11
<NeutralLanguage >en-CA</NeutralLanguage >
12
12
13
13
<!-- Build config -->
14
- <TargetFramework >net8.0</ TargetFramework >
14
+ <TargetFrameworks >net8.0;net9.0</ TargetFrameworks >
15
15
<ImplicitUsings >enable</ImplicitUsings >
16
16
<Nullable >enable</Nullable >
17
17
<DebugType >embedded</DebugType >
44
44
</ItemGroup >
45
45
46
46
<ItemGroup >
47
- <PackageReference Include =" Danom" Version =" 1.0.0-beta1 " />
48
- <PackageReference Include =" Danom.Validation" Version =" 1.0.0-beta1 " />
47
+ <PackageReference Include =" Danom" Version =" 1.* " />
48
+ <PackageReference Include =" Danom.Validation" Version =" 1.* " />
49
49
</ItemGroup >
50
50
51
51
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net8 .0</TargetFramework >
4
+ <TargetFramework >net9 .0</TargetFramework >
5
5
<Nullable >enable</Nullable >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
<IsPackable >false</IsPackable >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net8 .0</TargetFramework >
4
+ <TargetFramework >net9 .0</TargetFramework >
5
5
<ImplicitUsings >enable</ImplicitUsings >
6
6
<Nullable >enable</Nullable >
7
7
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments